From 0ee16193f6ede38950215bd74b49d58b779595a5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期日, 25 六月 2023 16:01:02 +0800
Subject: [PATCH] 1.项目bug修改
---
src/views/basicSettings/organizationList.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/basicSettings/organizationList.vue b/src/views/basicSettings/organizationList.vue
index 09c8836..84577e2 100644
--- a/src/views/basicSettings/organizationList.vue
+++ b/src/views/basicSettings/organizationList.vue
@@ -474,9 +474,9 @@
handleRequest() {
this.getOrganizationSearch().then(res => {
- if (res.code === '200') {
- this.getPrentOrganization()
- }
+ // if (res.code === '200') {
+ // this.getPrentOrganization()
+ // }
})
},
async getOrganizationSearch() {
@@ -523,6 +523,8 @@
return this.$message.info('褰撳墠鐢ㄦ埛鏃犳柊澧炴潈闄愶紒')
}
+ await this.getPrentOrganization()
+
this.operation = operation
this.dialogVisible = true
@@ -552,7 +554,6 @@
// this.dialogForm.OrgType = '鐢熶骇绾�'
// }
this.$nextTick(() => {
- this.changeRadio(this.dialogForm.OrgType)
this.dialogForm.OrgCode = row.org_code
this.dialogForm.OrgName = row.org_name
this.dialogForm.SupUnit = row.parent_id
--
Gitblit v1.9.3