zenglf
2023-10-23 9676e09a8fa76483b27dd2f17dd7d9dbef8eac56
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();