yanshichao hace 1 año
padre
commit
98caf38d0a
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  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;
       }