修复bug

This commit is contained in:
启航老齐 2025-05-23 15:15:35 +08:00
parent cbc134d94b
commit 784655b3d3
3 changed files with 13 additions and 9417 deletions

View File

@ -1,4 +1,4 @@
# 启航电商ERP系统 # 启航电商ERP系统-微服务版
> **欢迎来到我们的开源项目创新、协作、高质量的代码。您的Star🌟是我们前进的动力 💪✨🏆** > **欢迎来到我们的开源项目创新、协作、高质量的代码。您的Star🌟是我们前进的动力 💪✨🏆**

File diff suppressed because one or more lines are too long

View File

@ -234,6 +234,12 @@ export default {
this.resetForm("queryForm"); this.resetForm("queryForm");
this.handleQuery(); this.handleQuery();
}, },
//
handleSelectionChange(selection) {
this.ids = selection.map(item => item.id)
this.single = selection.length!==1
this.multiple = !selection.length
},
handleLink(row) { handleLink(row) {
this.reset(); this.reset();
const id = row.id || this.ids const id = row.id || this.ids