chenjun 3 tahun lalu
induk
melakukan
b7fdd0739c

+ 2 - 2
src/views/systemSettings/views/protocolManagement/protocolHome.vue

@@ -184,11 +184,11 @@ export default {
     },
     },
     // 确认删除
     // 确认删除
     async removeSubmit () {
     async removeSubmit () {
-      this.ruleForm["operate"] = "3";
+      this.rmObj["operate"] = "3";
       try {
       try {
         const res = await GeneralDataReception({
         const res = await GeneralDataReception({
           serviceId: "1",
           serviceId: "1",
-          dataContent: JSON.stringify(this.ruleForm),
+          dataContent: JSON.stringify(this.rmObj),
         });
         });
         if (res.code === "0") {
         if (res.code === "0") {
           this.removeDialogVisible = false;
           this.removeDialogVisible = false;