diff --git a/src/views/mtm/materials_gx.vue b/src/views/mtm/materials_gx.vue index cab59c2b..cb3f70c4 100644 --- a/src/views/mtm/materials_gx.vue +++ b/src/views/mtm/materials_gx.vue @@ -225,6 +225,7 @@ export default { console.log("materialType", this.materialType); this.apiObj = this.$API.mtm.material.list; this.$refs.table.queryData(this.query); + this.materialTemplate = this.materialTemplate+"?t=" + new Date().getTime(); }, methods: { rowClick(row) {