Kaynağa Gözat

租户新增时隐藏状态选项

yh 1 hafta önce
ebeveyn
işleme
f299eb6ff8
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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;