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) => {