Browse Source

满意度评价修改tabs切换调用函数

feature
PLUTO 2 years ago
parent
commit
a7bba78025
  1. 2
      src/views/dataBoard/satisfactionEval/modules/TypesOfDissatisfaction/index.vue

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

@ -80,7 +80,7 @@ export default {
resultTypeChange(val) {
if (val !== this.resultType) {
this.resultType = val;
this.getData();
this.timeChange();
}
},
timeChange() {

Loading…
Cancel
Save