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 {