提交者
Gitee
!332 fix 自动生成代码漏掉 this.#[[$modal]]#.msgError
Merge pull request !332 from 疯狂的狮子Li/N/A
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -546,7 +546,7 @@ export default { | @@ -546,7 +546,7 @@ export default { | ||
| 546 | /** ${subTable.functionName}删除按钮操作 */ | 546 | /** ${subTable.functionName}删除按钮操作 */ |
| 547 | handleDelete${subClassName}() { | 547 | handleDelete${subClassName}() { |
| 548 | if (this.checked${subClassName}.length == 0) { | 548 | if (this.checked${subClassName}.length == 0) { |
| 549 | - this.msgError("请先选择要删除的${subTable.functionName}数据"); | 549 | + this.#[[$modal]]#.msgError("请先选择要删除的${subTable.functionName}数据"); |
| 550 | } else { | 550 | } else { |
| 551 | const ${subclassName}List = this.${subclassName}List; | 551 | const ${subclassName}List = this.${subclassName}List; |
| 552 | const checked${subClassName} = this.checked${subClassName}; | 552 | const checked${subClassName} = this.checked${subClassName}; |
-
请 注册 或 登录 后发表评论