mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25:56 +08:00
Pre Merge pull request !301 from Yjoioooo/5.X
This commit is contained in:
commit
95a5f66582
@ -401,7 +401,7 @@ export default {
|
||||
/** 删除按钮操作 */
|
||||
handleDelete(row) {
|
||||
const ids = row.id || this.ids;
|
||||
this.$modal.confirm('是否确认删除租户编号为"' + ids + '"的数据项?').then(() => {
|
||||
this.$modal.confirm('是否确认删除租户编号为"' + row.tenantId + '"的数据项?').then(() => {
|
||||
this.loading = true;
|
||||
return delTenant(ids);
|
||||
}).then(() => {
|
||||
|
||||
@ -379,7 +379,7 @@ export default {
|
||||
},
|
||||
/** 导出按钮操作 */
|
||||
handleExport() {
|
||||
this.download('system/tenantPackage/export', {
|
||||
this.download('system/tenant/package/export', {
|
||||
...this.queryParams
|
||||
}, `tenantPackage_${new Date().getTime()}.xlsx`)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user