mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修正 SysTenantServiceImpl#deleteWithValidByIds 超管租户可以被删除的问题, 加上 id 校验 ;
fix 修正 tenant/index.vue handleUpdate 租户套餐回显问题 ;
This commit is contained in:
@ -360,6 +360,7 @@ export default {
|
||||
handleUpdate(row) {
|
||||
this.loading = true;
|
||||
this.reset();
|
||||
this.getTenantPackage();
|
||||
const id = row.id || this.ids
|
||||
getTenant(id).then(response => {
|
||||
this.loading = false;
|
||||
|
Reference in New Issue
Block a user