From 22b0d8708166b37614e468a8575f1da8c836d9e7 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 13 Aug 2021 15:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A1=E6=A3=80=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/excuteOneInspection/excuteOneInspection.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/excuteOneInspection/excuteOneInspection.vue b/pages/excuteOneInspection/excuteOneInspection.vue index 538352f..f7ddf04 100644 --- a/pages/excuteOneInspection/excuteOneInspection.vue +++ b/pages/excuteOneInspection/excuteOneInspection.vue @@ -54,6 +54,7 @@ import {preventClick} from '../../lib/java110/utils/common.js'; import {getCurrentCommunity} from '../../api/community/community.js' import url from '../../constant/url.js' + import {queryDictInfo} from '../../api/inspection/inspection.js' import Vue from 'vue' Vue.prototype.$preventClick = preventClick; export default {