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