ysy 2 anos atrás
pai
commit
2893dd8d81

+ 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()
         }
       });
     },