ysy 2 anni fa
parent
commit
2893dd8d81
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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()
         }
       });
     },