Administrator
2021-08-27 8e8089c800fd4efb07582c400870cde23a49e2fe
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);
  },