zhanghua
2023-12-13 9698cd8b7b1c280d5a533c3a1ddc73771da07ffc
src/components/dispatch/index.vue
@@ -125,9 +125,9 @@
  props: ["id", "changeDialog", "refresh", "mytype", "isGetData"],
  created() {
    // 判断车辆类型
    // this.mytype === 1 ? this.getLawCarList() : this.getSoilCarList();
    // this.isGetDispatchData = this.isGetData ? this.isGetData : false;
    // this.getDepartList();
    this.mytype === 1 ? this.getLawCarList() : this.getSoilCarList();
    this.isGetDispatchData = this.isGetData ? this.isGetData : false;
    this.getDepartList();
  },
  data() {
    const checkPhone = (rule, value, callback) => {