b2c版本

This commit is contained in:
chc
2024-10-18 15:33:52 +08:00
parent ea7ce1636e
commit ef7d3d7a1a
4 changed files with 4 additions and 3 deletions

View File

@@ -890,6 +890,7 @@ export default {
},
// 复选框值改变时触发
selectOssChange(e) {
console.log(e)
if (e) {
this.selectList = e.map(item => {return { id: item.split(',')[0]}});
this.selectCount = e.length;