fix:物料清单下载模板时添加时间戳

This commit is contained in:
shijing 2024-08-27 16:36:35 +08:00
parent 880c655e63
commit d6cef78446
1 changed files with 1 additions and 0 deletions

View File

@ -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) {