fix:物料清单下载模板时添加时间戳
This commit is contained in:
parent
880c655e63
commit
d6cef78446
|
@ -225,6 +225,7 @@ export default {
|
||||||
console.log("materialType", this.materialType);
|
console.log("materialType", this.materialType);
|
||||||
this.apiObj = this.$API.mtm.material.list;
|
this.apiObj = this.$API.mtm.material.list;
|
||||||
this.$refs.table.queryData(this.query);
|
this.$refs.table.queryData(this.query);
|
||||||
|
this.materialTemplate = this.materialTemplate+"?t=" + new Date().getTime();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
rowClick(row) {
|
rowClick(row) {
|
||||||
|
|
Loading…
Reference in New Issue