修改bug

This commit is contained in:
曹辉 2022-09-19 15:38:04 +08:00
parent b948872c8a
commit 0473b482c2

View File

@ -623,9 +623,10 @@ export default {
this.innerVisible3 = false; this.innerVisible3 = false;
}, },
lookitem(item) { lookitem(item) {
console.log(item)
this.itemlist = []; this.itemlist = [];
this.items = []; this.items = [];
this.temqueryParams.id = item.id; this.temqueryParams.batchId = item.id;
temBatchInfoList(this.temqueryParams).then((res) => { temBatchInfoList(this.temqueryParams).then((res) => {
console.log(res); console.log(res);
if (res.rows.length != 0) { if (res.rows.length != 0) {