ysy преди 2 години
родител
ревизия
2893dd8d81
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/views/material/product/components/index-data.vue

+ 2 - 1
src/views/material/product/components/index-data.vue

@@ -262,7 +262,8 @@ export default {
         query: {
           id: row.id ? row.id : null,
           status: status,
-          rootId: this.rootId
+          rootId: this.rootId,
+          t: new Date().getTime()
         }
       });
     },