| src/views/system/user.vue | ●●●●● patch | view | raw | blame | history |
src/views/system/user.vue
@@ -513,7 +513,7 @@ prop: "farmId", labelWidth:110, type: "tree", // multiple: true, multiple: true, dicData: [], props: { label: "farmName", @@ -952,6 +952,10 @@ }) }, beforeOpen(done, type) { const column = this.findObject(this.option.group, "farmId"); if(type == "add"&& column.dicData == ""){ this.initData(website.tenantId) } if (["edit", "view"].includes(type)) { getUser(this.form.id).then(res => { this.form = res.data.data;