浏览代码

租户新增时隐藏状态选项

yh 1 周之前
父节点
当前提交
f299eb6ff8
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/saas/tenant/index.vue

+ 2 - 0
src/views/saas/tenant/index.vue

@@ -378,10 +378,12 @@ export default {
       this.open = true;
       this.title = "添加租户基础信息";
     },
+
     /** 修改按钮操作 */
     handleUpdate(row) {
       this.reset();
       this.isAdd = true;
+
       const id = row.id || this.ids
       getTenant(id).then(response => {
         this.form = response.data;