yanshichao 1 an în urmă
părinte
comite
98caf38d0a
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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;
       }