Pārlūkot izejas kodu

基本规范修改

duy 1 mēnesi atpakaļ
vecāks
revīzija
63243ea344
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/codeRule/ConditionsSet.vue

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

@@ -294,7 +294,7 @@ export default {
             type: 'warning'
           }).then(() => {
   
-            deleteConditionSet({id:item.id}).then((res) => {
+            deleteConditionSet({leftId:item.id}).then((res) => {
               if(res.data.code==200){
                 this.$message.success(res.data.msg);