| | |
| | | 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) => { |
| | |
| | | // 跨域配置 |
| | | "/sccg": { |
| | | // target: `http://42.193.1.25/`, //测试环境 |
| | | // target: `http://111.1.140.92:8082/`, |
| | | target: `http://10.88.10.18:8082/`, |
| | | target: `http://111.1.140.92:28081/`, |
| | | // target: `http://10.88.10.18:8082/`, |
| | | changeOrigin: true |
| | | } |
| | | }, |