From 061f8368c797519dffd7acdefd1de5d4b8a9b2f0 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Wed, 8 Sep 2021 18:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B5=E9=9D=A2=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epidemic/epidemicreportuserinfo.vue | 131 +++++++++--------- src/views/modules/sys/dept-add-or-update.vue | 5 +- src/views/modules/sys/partyorg.vue | 2 +- src/views/modules/workbench/workbench.vue | 2 +- 4 files changed, 73 insertions(+), 67 deletions(-) diff --git a/src/views/modules/epidemic/epidemicreportuserinfo.vue b/src/views/modules/epidemic/epidemicreportuserinfo.vue index cb1a1d3..43218d2 100644 --- a/src/views/modules/epidemic/epidemicreportuserinfo.vue +++ b/src/views/modules/epidemic/epidemicreportuserinfo.vue @@ -35,50 +35,68 @@ @keyup.native="btKeyUpMobile" style="width:200px"> - - - -
- - - - - + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -104,17 +122,6 @@ placeholder="选择日期"> - - - - - - { - if (res.code !== 0) { - return this.$message.error(res.msg) - } - this.options = res.data - }) - .catch(() => { }) + .get(`/sys/user/deptOptions/getByLoginUser`) + .then(({ data: res }) => { + if (res.code !== 0) { + return this.$message.error(res.msg) + } + this.options = res.data.options + }) + .catch(() => { }) }, btKeyUpUsername (e) { e.target.value = e.target.value.replace(/[`~!@#$%^&*()_+=<>?:"{}|·~!@#¥%……&*()——+={}|《》?:“”【】、;‘’,。、]/g, '') diff --git a/src/views/modules/sys/dept-add-or-update.vue b/src/views/modules/sys/dept-add-or-update.vue index 3f8227a..93ac821 100644 --- a/src/views/modules/sys/dept-add-or-update.vue +++ b/src/views/modules/sys/dept-add-or-update.vue @@ -90,7 +90,7 @@ - @@ -383,7 +383,6 @@ export default { }) }, position (position) { - debugger this.dataForm.latitude = position.latitude this.dataForm.longitude = position.longitude }, @@ -461,4 +460,4 @@ export default { height: 178px; display: block; } - \ No newline at end of file + diff --git a/src/views/modules/sys/partyorg.vue b/src/views/modules/sys/partyorg.vue index bb67497..281b0f0 100644 --- a/src/views/modules/sys/partyorg.vue +++ b/src/views/modules/sys/partyorg.vue @@ -64,7 +64,7 @@ export default { getDataListIsPage: true, deleteURL: '/sys/partyorg', deleteIsBatch: true, - exportURL: '/sys/partyorg/export', + exportURL: '/sys/partyorg/export' }, dataForm: { id: '', diff --git a/src/views/modules/workbench/workbench.vue b/src/views/modules/workbench/workbench.vue index 83e92fb..25c744b 100644 --- a/src/views/modules/workbench/workbench.vue +++ b/src/views/modules/workbench/workbench.vue @@ -137,7 +137,7 @@ export default { issueItemAnalysisDepts: [], issueItemAnalysisIssueNum: [], issueItemAnalysisItemNum: [], - issueItemAnalysisTopicNum: [], + issueItemAnalysisTopicNum: [] } }, mounted () {