Browse Source

条件设置修改

duy 1 month ago
parent
commit
f74ab72735
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/codeRule/ConditionsSet.vue

+ 1 - 1
src/views/codeRule/ConditionsSet.vue

@@ -271,7 +271,7 @@ export default {
     },
     handleConfirm() {
 
-      saveConditionSet(this.linkListData).then((res)=>{
+      saveConditionSet(this.linkListData,this.id).then((res)=>{
         if(res.data.code === 200) {
           this.$message({
             type: 'success',