|
|
@ -136,7 +136,7 @@ export default { |
|
|
|
}, |
|
|
|
async getOptions() { |
|
|
|
const { data: result } = await this.$http.post('/purchasenew/listAll', { params: this.queryInfos }) |
|
|
|
const { data: datas } = await this.$http.get('/location/list', { params: this.queryPamas }) |
|
|
|
const { data: datas } = await this.$http.get('/location/listAll', { params: this.queryPamas }) |
|
|
|
this.dingdanId = result.data; |
|
|
|
this.huoweiId = datas.data.rows; |
|
|
|
}, |
|
|
@ -167,7 +167,7 @@ export default { |
|
|
|
this.getOptions(); |
|
|
|
this.$refs.onPutInRuleForm.resetFields(); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
doClose() { |
|
|
|
this.$store.dispatch('tagsView/delView', this.$route) |
|
|
|