修复bug
This commit is contained in:
parent
cbc134d94b
commit
784655b3d3
|
|
@ -1,4 +1,4 @@
|
||||||
# 启航电商ERP系统
|
# 启航电商ERP系统-微服务版
|
||||||
|
|
||||||
> **欢迎来到我们的开源项目!创新、协作、高质量的代码。您的Star🌟,是我们前进的动力! 💪✨🏆**
|
> **欢迎来到我们的开源项目!创新、协作、高质量的代码。您的Star🌟,是我们前进的动力! 💪✨🏆**
|
||||||
|
|
||||||
|
|
|
||||||
9422
docs/qihang-oms.sql
9422
docs/qihang-oms.sql
File diff suppressed because one or more lines are too long
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue