fix: ConditionRule后端无type、opName字段
parent
a1933a781e
commit
96d1fcedde
|
@ -144,8 +144,6 @@ const addRouterGroup = () => {
|
||||||
and: true,
|
and: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
type: 1,
|
|
||||||
opName: '等于',
|
|
||||||
opCode: '==',
|
opCode: '==',
|
||||||
leftSide: '',
|
leftSide: '',
|
||||||
rightSide: ''
|
rightSide: ''
|
||||||
|
|
Loading…
Reference in New Issue