yanshichao 1 tahun lalu
induk
melakukan
98caf38d0a
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  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;
       }