mo 5 lat temu
rodzic
commit
b8646edae6
1 zmienionych plików z 9 dodań i 8 usunięć
  1. 9 8
      src/views/buildVip/index.vue

+ 9 - 8
src/views/buildVip/index.vue

@@ -1077,14 +1077,15 @@ export default {
 
       //subjectIdList
     }
-  }, watch: {
-    rightForm: {
-      handler (newName, oldName) {
-        this.computationalBtn = false
-      },
-      deep: true
-    }
-  }
+  },
+  // watch: {
+  //   rightForm: {
+  //     handler (newName, oldName) {
+  //       this.computationalBtn = false
+  //     },
+  //     deep: true
+  //   }
+  // }
 }
 </script>
 <style lang="scss" scoped>