This commit is contained in:
libing 2024-02-22 10:59:11 +08:00
parent 03db36ebe4
commit 016b931d62

View File

@ -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;
});
});
},
// 取消按钮