Task:多店铺选择

This commit is contained in:
linxi
2025-03-25 11:48:30 +08:00
parent 85b1a8f0f1
commit a74f94a061
2 changed files with 17 additions and 1 deletions
@@ -38,7 +38,6 @@ export default {
})
},
open(records) {
console.log(records);
if(!records) return;
this.show = true;
this.list = records && [...records] || []