소스 검색

1220 17:01

111
mo 5 년 전
부모
커밋
b8646edae6
1개의 변경된 파일9개의 추가작업 그리고 8개의 파일을 삭제
  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>