yanshichao 1 år sedan
förälder
incheckning
98caf38d0a
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      src/views/task/projectView.vue
  2. 1 0
      src/views/task/view.vue

+ 1 - 0
src/views/task/projectView.vue

@@ -349,6 +349,7 @@ export default {
     },
 
     cellClick(row, column, cell, event) {
+      this.feedbacks = []
       if (!row[column.property].value || row[column.property].value === '') {
         return;
       }

+ 1 - 0
src/views/task/view.vue

@@ -471,6 +471,7 @@ export default {
     },
 
     cellClick(row, column, cell, event) {
+      this.feedbacks = []
       if (!row[column.property].value || row[column.property].value === '') {
         return;
       }