wx-program
parent
8b13f6229e
commit
d2876095d6
|
@ -728,8 +728,9 @@
|
|||
method: 'GET'
|
||||
}).then(res=>{
|
||||
if(res.code == 200){
|
||||
console.log(res.data);
|
||||
el.equipmentName20ListChild = res.data;
|
||||
this.updateTime20.push(res.data[0])
|
||||
this.updateTime20.push(res.data[0]?res.data[0]:[])
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue