yanshichao 1 год назад
Родитель
Сommit
98caf38d0a
2 измененных файлов с 2 добавлено и 0 удалено
  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;
       }