src/views/dispatch/dispatchChildoperable.vue
@@ -291,6 +291,9 @@ ...mapState({ userInfo: (state) => state.user.userInfo, }), deps(){ return this.form.deptId; } }, methods: { @@ -516,11 +519,14 @@ } } }, // watch: { // "form.deptId"() { // this.initData(); // } // }, watch: { // "form.deptId"() { // this.initData(); // } deps(){ console.log(this.deps,5646646) } }, mounted() { this.onLoad1(this.page1, this.query1); },