zhuzhuanzhuan
2023-09-26 106edd7f4fcc657123b091569f0d61fa921f7d70
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();