From d6cef7844605c96c7e8b0b608271a35d2c377bec Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 27 Aug 2024 16:36:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=89=A9=E6=96=99=E6=B8=85=E5=8D=95?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=A8=A1=E6=9D=BF=E6=97=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=88=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/materials_gx.vue | 1 + 1 file changed, 1 insertion(+) 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) {