From 4e1a9207d9f4f4bb71c59e185dce9ede394fab7b Mon Sep 17 00:00:00 2001 From: zxc <1272811460@qq.com> Date: Thu, 25 Aug 2022 13:24:00 +0800 Subject: [PATCH] emm --- .../modules/communityService/worklog/workLog.vue | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/views/modules/communityService/worklog/workLog.vue b/src/views/modules/communityService/worklog/workLog.vue index 4bf2e50ab..fbf20cd25 100644 --- a/src/views/modules/communityService/worklog/workLog.vue +++ b/src/views/modules/communityService/worklog/workLog.vue @@ -269,9 +269,6 @@ export default { pageNo: 0, tableLoading: false, agencyId: '', - - unitList: [],//单位list - serviceList: [],//服务list typeList: [],//分类list formData: { gridId: '', @@ -285,14 +282,11 @@ export default { //form相关 formShow: false, - formTitle: '新增单位', + formTitle: '新增', detailShow: false, - //完成情况 - finishDiaTitle: '区域化党建单位完成情况', finishDiaShow: false, - //积分记录 - scoreDiaTitle: '积分记录', + scoreDiaShow: false, files: "", @@ -446,7 +440,6 @@ export default { //完成情况 handleFinish (row) { - this.finishDiaTitle = row.name + '完成情况' this.finishDiaShow = true this.$nextTick(() => { this.$refs.ref_finish.initTable(row) @@ -462,7 +455,7 @@ export default { handleAdd () { this.formTitle = '新增' - this.formShow = 'add' + this.formShow = true this.$nextTick(() => { this.$refs.ref_form.initForm('add', null) })