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