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 () {