@@ -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;