Commit c0c80c5b authored by zhanglw's avatar zhanglw

调整

parent 5793e3cf
......@@ -324,6 +324,7 @@ export default {
this.fileSocketTimer = setInterval(() => {
this.reconnect();
}, 15000);
this.$refs.ExcelSpreadSheet.DataSource=[]
HttpReq.truckDispatching.downloadExcelOrFbx({url: item.url, type: this.query.type}).then((res) => {
this.blobToArrayBuffer(res).then(arrayBuffer => {
this.$refs.ExcelSpreadSheet.loadExcelFileStream(arrayBuffer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment