diff --git a/jero-web/src/components/PersonnelSelection/index.vue b/jero-web/src/components/PersonnelSelection/index.vue index b2b4c52ae..246498a26 100644 --- a/jero-web/src/components/PersonnelSelection/index.vue +++ b/jero-web/src/components/PersonnelSelection/index.vue @@ -37,148 +37,14 @@ diff --git a/jero-web/src/components/libraryAddForm/index.vue b/jero-web/src/components/libraryAddForm/index.vue index 88811c83c..fbf2646e5 100644 --- a/jero-web/src/components/libraryAddForm/index.vue +++ b/jero-web/src/components/libraryAddForm/index.vue @@ -139,7 +139,7 @@ - +
* diff --git a/jero-web/src/components/libraryPush/index.vue b/jero-web/src/components/libraryPush/index.vue index ede6f8549..325eb4dd1 100644 --- a/jero-web/src/components/libraryPush/index.vue +++ b/jero-web/src/components/libraryPush/index.vue @@ -58,7 +58,7 @@ } }, mounted() { - this.queryDepartUserTreeList() + }, methods: { getPush(data) { @@ -108,7 +108,14 @@ }, queryDepartUserTreeList() { this.confirmLoading = true - getAction('sys/user/queryDepartUserTreeList', { departId: this.departId }).then((res) => { + let gData = JSON.parse(JSON.stringify(this.gData)) + if (gData && gData.length > 0) { + gData = JSON.stringify(gData) + } + postAction('sys/user/queryDepartUserTreeList', { + departId: this.departId, + json: gData + }).then((res) => { this.confirmLoading = false if (res.success) { this.gData = res.result