修改bug
This commit is contained in:
parent
b948872c8a
commit
0473b482c2
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user