소스 검색

条件设置修改

duy 1 개월 전
부모
커밋
f74ab72735
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',