diff --git a/src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue b/src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue index 9b3ef5734..3594ed3d2 100644 --- a/src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue +++ b/src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue @@ -39,7 +39,6 @@ 不满意原因: - 病有所医: @@ -198,5 +197,4 @@ export default { margin-left: 20px; align-items: center; } - diff --git a/src/views/modules/satisfaction/communitySelfInsp/formList.vue b/src/views/modules/satisfaction/communitySelfInsp/formList.vue index 866b542f4..cf3b86a33 100644 --- a/src/views/modules/satisfaction/communitySelfInsp/formList.vue +++ b/src/views/modules/satisfaction/communitySelfInsp/formList.vue @@ -41,7 +41,7 @@ width="80"> - @@ -140,6 +140,7 @@ export default { try { let params = { ...this.formData, + pageNo: this.currentPage, pageSize: this.pageSize, }; @@ -163,7 +164,11 @@ export default { props: { satisfactionCategoryStr: { type: String, - default: ' ' + default: '' + }, + period:{ + type: String, + default: '' } }, //监听 diff --git a/src/views/modules/satisfaction/communitySelfInsp/index.vue b/src/views/modules/satisfaction/communitySelfInsp/index.vue index 6210add00..ef51cc7c1 100644 --- a/src/views/modules/satisfaction/communitySelfInsp/index.vue +++ b/src/views/modules/satisfaction/communitySelfInsp/index.vue @@ -52,15 +52,14 @@
-
+ class="dialog-h" @closed="showFormList = false" > + @handelDetail="handelDetail" @handelFollowUpList="handelFollowUpList" :period="formData.period"> @@ -73,7 +72,11 @@ - + +
+ 加载中... +
+
问卷链接: {{questionnaireUrl}}
@@ -231,7 +234,7 @@ export default { await this.initEcharts(); }, methods: { - // --------------------------------------字典------------------------------------------ + // ------------------------------------字典------------------------------------------ async getDicts() { try { const requests = [ @@ -253,8 +256,6 @@ export default { console.log("获取字典失败: ", error); } }, - - // ------------------------------------事件------------------------------------------ handelDetail() { this.showFollowUpDetail = true; diff --git a/src/views/modules/satisfaction/satisfactionProvince/formList.vue b/src/views/modules/satisfaction/satisfactionProvince/formList.vue index c205e7250..c667f6bb3 100644 --- a/src/views/modules/satisfaction/satisfactionProvince/formList.vue +++ b/src/views/modules/satisfaction/satisfactionProvince/formList.vue @@ -21,31 +21,25 @@ - - - - - - - - - - - - -