zxc 3 years ago
parent
commit
4e1a9207d9
  1. 13
      src/views/modules/communityService/worklog/workLog.vue

13
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)
})

Loading…
Cancel
Save