bug
zhanghua
2024-01-03 02129858b17c1934b30d29b87805844479a32c6c
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) => {