From f685e04a997df8112975d3ec7bc9521687aff83d Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 27 九月 2023 16:57:00 +0800 Subject: [PATCH] 添加新页面 --- src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue index e35c6cf..c5f34cc 100644 --- a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue +++ b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityList.vue @@ -246,8 +246,8 @@ methods: { importTemplate(fileName){ var a = document.createElement("a"); - a.href = "/static/鍔犲伐鏁伴噺.xls"; - a.download = "鍔犲伐鏁伴噺.xls"; + a.href = "/static/鍔犲伐鏁伴噺绠$悊.xls"; + a.download = "鍔犲伐鏁伴噺绠$悊.xls"; a.style.display = "none"; document.body.appendChild(a); a.click(); -- Gitblit v1.9.3