11
This commit is contained in:
parent
03db36ebe4
commit
016b931d62
@ -991,12 +991,14 @@ export default {
|
||||
this.queryParams.params["endUpdateTime"] = this.daterangeUpdateTime[1];
|
||||
}
|
||||
listEmisQuoteDispArea(this.addDateRange(this.queryParams, this.dateTimeRange)).then(response => {
|
||||
var optItem={value:item.areaId,label:item.areaName};
|
||||
this.dispAreaIdsOptions.push(optItem)
|
||||
this.loading = false;
|
||||
response.rows.forEach(item =>{
|
||||
var optItem={value:item.areaId,label:item.areaName};
|
||||
this.dispAreaIdsOptions.push(optItem)
|
||||
this.loading = false;
|
||||
});
|
||||
});
|
||||
},
|
||||
geSendtList() {
|
||||
getSendList() {
|
||||
this.loading = true;
|
||||
this.queryParams.params = {};
|
||||
this.sendAreaIdsOptions = [];
|
||||
@ -1009,9 +1011,11 @@ export default {
|
||||
this.queryParams.params["endUpdateTime"] = this.daterangeUpdateTime[1];
|
||||
}
|
||||
listEmisQuoteSendArea(this.addDateRange(this.queryParams, this.dateTimeRange)).then(response => {
|
||||
var optItem={value:item.areaId,label:item.areaName};
|
||||
this.sendAreaIdsOptions.push(optItem)
|
||||
this.loading = false;
|
||||
response.rows.forEach(item =>{
|
||||
var optItem={value:item.areaId,label:item.areaName};
|
||||
this.sendAreaIdsOptions.push(optItem)
|
||||
this.loading = false;
|
||||
});
|
||||
});
|
||||
},
|
||||
// 取消按钮
|
||||
|
||||
Loading…
Reference in New Issue
Block a user