Browse Source

业务线通知fix bug

princeLee 4 năm trước cách đây
mục cha
commit
f29e7cce88
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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() {