Commit 96d1fced by Lesan

fix: ConditionRule后端无type、opName字段

parent a1933a78
...@@ -144,8 +144,6 @@ const addRouterGroup = () => { ...@@ -144,8 +144,6 @@ const addRouterGroup = () => {
and: true, and: true,
rules: [ rules: [
{ {
type: 1,
opName: '等于',
opCode: '==', opCode: '==',
leftSide: '', leftSide: '',
rightSide: '' rightSide: ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment