测试问题修复3.1

This commit is contained in:
zzyuan 2025-08-07 10:38:03 +08:00
parent adc76f532a
commit 2005aa9bf5
1 changed files with 1 additions and 0 deletions

View File

@ -283,6 +283,7 @@ export default {
this.baseInfo = response.data;
console.log("this.baseInfo",this.baseInfo);
this.$set(this.baseInfo,'dateRange',[this.baseInfo.startTime,this.baseInfo.endTime])
this.$set(this.baseInfo,'supplierIds',this.baseInfo.supplierIds.split(','))
this.materialList = this.baseInfo.detailList;
supplierPageApi({ isPaging:1,areaIdList:[] }).then((response) => {
this.supplierOptions = response.rows||[];