@@ -477,6 +477,9 @@
},
data: {},
}).then((res) => {
+ res.data.forEach(item=>{
+ item.list = [{}];
+ })
this.gys = res.data;
});