mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
优化代码
This commit is contained in:
parent
e784796d4c
commit
a1dc6e59d0
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user