zhangjie 3 سال پیش
والد
کامیت
da355e9200

+ 1 - 0
src/modules/analysis/components/baseConfig/CommentAbility.vue

@@ -108,6 +108,7 @@ export default {
       );
       const row = this.$objAssign(this.dataList[ind], data);
       this.dataList.splice(ind, 1, row);
+      this.rateChange();
     },
     rateChange() {
       this.$emit("data-change", this.dataList);

+ 1 - 0
src/modules/analysis/components/baseConfig/CommentKnowledge.vue

@@ -108,6 +108,7 @@ export default {
       );
       const row = this.$objAssign(this.dataList[ind], data);
       this.dataList.splice(ind, 1, row);
+      this.rateChange();
     },
     rateChange() {
       this.$emit("data-change", this.dataList);