Explorar o código

条件设置修改

duy hai 1 mes
pai
achega
f74ab72735
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',