优化代码

This commit is contained in:
wuxw 2024-07-08 14:23:17 +08:00
parent e784796d4c
commit a1dc6e59d0

View File

@ -67,7 +67,7 @@
getVisit, getVisit,
getVisitRes, getVisitRes,
auditVisit auditVisit
} from '../../api/visit/visitApi.js'; } from '@/api/visit/visitApi.js';
import { import {
getCurrentCommunity getCurrentCommunity
} from '../../api/community/community.js'; } from '../../api/community/community.js';
@ -101,9 +101,6 @@
this._loadDetail(); this._loadDetail();
let _that = this; let _that = this;
}, },
components: {
auditVisit
},
methods: { methods: {
_loadDetail: function() { _loadDetail: function() {
let _that = this; let _that = this;