Ver código fonte

取消方法

daiqisheng 3 anos atrás
pai
commit
64da634a7a
1 arquivos alterados com 6 adições e 5 exclusões
  1. 6 5
      src/pages/main/demandDevelop/index.vue

+ 6 - 5
src/pages/main/demandDevelop/index.vue

@@ -659,11 +659,12 @@ export default {
     },
     handleApprove(type) {
       if (type === "取消") {
-        this.dialogStatus = false;
-        this.disableStatus = false;
-        this.only = false;
-        this.number++;
-        this.infolist = {};
+        // this.dialogStatus = false;
+        // this.disableStatus = false;
+        // this.only = false;
+        // this.number++;
+        // this.infolist = {};
+        this.closedia();
         return;
       }
       this.$refs.infolist.validate((val) => {