wx-program
sunmeng 2024-11-07 14:59:55 +08:00
parent 8b13f6229e
commit d2876095d6
1 changed files with 2 additions and 1 deletions

View File

@ -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]:[])
}