修改
This commit is contained in:
parent
8356883771
commit
e3462a937f
@ -216,6 +216,7 @@ export default {
|
||||
delete e.optionstriggerConditionOperator
|
||||
|
||||
});
|
||||
delete this.openlist.triggerConditionList.optionstriggerConditionOperator
|
||||
loading.close();
|
||||
// return;
|
||||
triggerCondition(this.openlist).then((res) => {
|
||||
|
||||
@ -489,9 +489,10 @@ export default {
|
||||
e.routeName = this.$route.query.routeName;
|
||||
delete e.optionstriggerConditionOperator;
|
||||
});
|
||||
// delete this.updata.triggerConditionList.optionstriggerConditionOperator;
|
||||
delete this.updata.triggerConditionList.optionstriggerConditionOperator;
|
||||
|
||||
loading.close();
|
||||
// console.log(this.updata.triggerConditionList, "this.updata");
|
||||
// return
|
||||
triggerConditionadd(this.updata).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user