| | |
| | | NODE_ENV = 'development' |
| | | |
| | | # VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' |
| | | VUE_APP_API_URL = 'http://192.168.1.116:10010' |
| | | # VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' |
| | | # VUE_APP_API_URL = 'http://192.168.1.116:10010' |
| | | VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' |
| | | # VUE_APP_API_URL = 'http://10.50.250.253:8088/gateway_interface' |
| | | |
| | | |
| | |
| | | }) |
| | | }, |
| | | jiaji(id) { |
| | | this.$dialog.exportConfirm('确认加急吗?') |
| | | .then(() => { |
| | | jobUrge({ id }) |
| | | .then(res => { |
| | | this.getPlatGroupList() |
| | | }) |
| | | }) |
| | | .catch(() => {}) |
| | | this.$confirm('确认加急吗?', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |
| | | type: 'warning' |
| | | }).then(() => { |
| | | jobUrge({ id }) |
| | | .then(res => { |
| | | this.getPlatGroupList() |
| | | }) |
| | | }).catch(() => { |
| | | |
| | | }); |
| | | // this.$dialog.exportConfirm('确认加急吗?', { |
| | | // confirmButtonText: '确定', |
| | | // cancelButtonText: '取消', |
| | | // }) |
| | | // .then(() => { |
| | | // jobUrge({ id }) |
| | | // .then(res => { |
| | | // this.getPlatGroupList() |
| | | // }) |
| | | // }) |
| | | // .catch(() => {}) |
| | | }, |
| | | getPlatGroupList() { |
| | | getPlatformGroupList({ |