Browse Source

修改首页不满意人员画像类型枚举

V1.0
战立标 2 years ago
parent
commit
81db42adca
  1. 2
      src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue

2
src/views/dataBoard/satisfactionEval/modules/PersonnelPortrait/index.vue

@ -143,8 +143,8 @@ export default {
},
},
mounted() {
this.getDisKey();
if (this.$store.state.chooseArea.chooseName.orgId) {
this.getDisKey();
this.getData();
}
},

Loading…
Cancel
Save