From 901be26b0491501afe8eb145392a8d8c307f0138 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期三, 12 十月 2022 16:37:09 +0800 Subject: [PATCH] 新增施工交付其他交付功能 --- src/main.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 1b818cf..6227835 100644 --- a/src/main.js +++ b/src/main.js @@ -37,7 +37,8 @@ import DictData from '@/components/DictData' // 寮瑰嚭灞傜粍浠� import Dialog from '@/components/Dialog/index' - +//涓嬭浇闄勪欢 +import { downFile } from '@/utils/down.js' // 鍏ㄥ眬鏂规硶鎸傝浇 Vue.prototype.getDicts = getDicts Vue.prototype.getConfigKey = getConfigKey @@ -48,6 +49,7 @@ Vue.prototype.selectDictLabels = selectDictLabels Vue.prototype.download = download Vue.prototype.handleTree = handleTree +Vue.prototype.downFile = downFile // 鍏ㄥ眬缁勪欢鎸傝浇 Vue.component('DictTag', DictTag) -- Gitblit v1.9.1