@ -864,10 +864,10 @@
searchSumNotifyMaterialList(this.currentRow).then(({data}) => {
//区分请求成功和失败的状况
if (data && data.code == 0) {
this.dataList3 = data.rows
this.dataList4 = data.rows
} else {
this.dataList3 = [];
this.dataList4 = [];
}
});