This commit is contained in:
2025-01-24 14:28:28 +08:00
parent f5cfc5d2bb
commit 881eace12f
12 changed files with 143 additions and 162 deletions

View File

@@ -177,7 +177,9 @@ export default {
res.data.list.forEach(item => {
if(item.isProduction){
item.str = item.strList?item.strList.join(''):'-'
}
}else{
item.str = '-'
}
});
this.list = res.data.list;
this.total = res.data.total;