mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
58bd01f1e4
commit
2e35dd7da5
@ -160,6 +160,9 @@
|
||||
resCode: this.resCode,
|
||||
isShow: true
|
||||
};
|
||||
if(_data.shId){
|
||||
_data.communityId = '';
|
||||
}
|
||||
queryResourceStoreList(this, _data)
|
||||
.then(function(res) {
|
||||
_that.onoff = true;
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
let _data = {
|
||||
page: 1,
|
||||
row: 100,
|
||||
communityId: getCurrentCommunity().communityId,
|
||||
//communityId: getCurrentCommunity().communityId,
|
||||
isShow: true
|
||||
};
|
||||
listStoreHouses(this, _data)
|
||||
|
||||
@ -175,7 +175,7 @@
|
||||
let param = {
|
||||
page: 1,
|
||||
row: 100,
|
||||
communityId: this.getCommunityId(),
|
||||
//communityId: this.getCommunityId(),
|
||||
};
|
||||
listStoreHouses(this, param).then(_data => {
|
||||
_that.storehouses = _data.data;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user