Browse Source

【治理排行】后台管理开发-新增页初始化BUG-王公峰-2020-06-18

master
wanggongfeng 5 years ago
parent
commit
808fac4f97
  1. 3
      src/views/modules/kpi/kpitypicalculture-add-or-update.vue

3
src/views/modules/kpi/kpitypicalculture-add-or-update.vue

@ -117,6 +117,9 @@ export default {
this.$refs['dataForm'].resetFields()
if (this.dataForm.id) {
this.getInfo()
} else {
this.dataForm.joinDeptIdsArr = ''
this.dataForm.deptId = ''
}
})
},

Loading…
Cancel
Save