This commit is contained in:
闫晓茹 2024-07-18 15:51:15 +08:00
parent 8356883771
commit e3462a937f
2 changed files with 3 additions and 1 deletions

View File

@ -216,6 +216,7 @@ export default {
delete e.optionstriggerConditionOperator delete e.optionstriggerConditionOperator
}); });
delete this.openlist.triggerConditionList.optionstriggerConditionOperator
loading.close(); loading.close();
// return; // return;
triggerCondition(this.openlist).then((res) => { triggerCondition(this.openlist).then((res) => {

View File

@ -489,9 +489,10 @@ export default {
e.routeName = this.$route.query.routeName; e.routeName = this.$route.query.routeName;
delete e.optionstriggerConditionOperator; delete e.optionstriggerConditionOperator;
}); });
// delete this.updata.triggerConditionList.optionstriggerConditionOperator; delete this.updata.triggerConditionList.optionstriggerConditionOperator;
loading.close(); loading.close();
// console.log(this.updata.triggerConditionList, "this.updata");
// return // return
triggerConditionadd(this.updata).then((res) => { triggerConditionadd(this.updata).then((res) => {
if (res.code == 200) { if (res.code == 200) {