测试问题修复3.1
This commit is contained in:
parent
adc76f532a
commit
2005aa9bf5
|
|
@ -283,6 +283,7 @@ export default {
|
||||||
this.baseInfo = response.data;
|
this.baseInfo = response.data;
|
||||||
console.log("this.baseInfo",this.baseInfo);
|
console.log("this.baseInfo",this.baseInfo);
|
||||||
this.$set(this.baseInfo,'dateRange',[this.baseInfo.startTime,this.baseInfo.endTime])
|
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;
|
this.materialList = this.baseInfo.detailList;
|
||||||
supplierPageApi({ isPaging:1,areaIdList:[] }).then((response) => {
|
supplierPageApi({ isPaging:1,areaIdList:[] }).then((response) => {
|
||||||
this.supplierOptions = response.rows||[];
|
this.supplierOptions = response.rows||[];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue