소스 검색

业务线通知fix bug

princeLee 4 년 전
부모
커밋
f29e7cce88
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/views/ToConfigure/components/modifyNotice.vue

+ 6 - 0
src/views/ToConfigure/components/modifyNotice.vue

@@ -345,6 +345,12 @@ export default {
           this.GroupList = []
         }
       }
+    },
+    bizId: {
+      handler(newV) {
+        this.formData.bizId = newV
+      },
+      immediate: true
     }
   },
   created() {