mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
bc9212c27d
commit
11e39d9626
@ -16,6 +16,7 @@
|
||||
pageId: '',
|
||||
pageName: '',
|
||||
state: '',
|
||||
communityId: vc.getCurrentCommunity().communityId
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -78,11 +79,11 @@
|
||||
}
|
||||
},
|
||||
updateFeePrintPageState: function (_printPage) {
|
||||
|
||||
|
||||
let _data = {
|
||||
pageId:_printPage.pageId,
|
||||
communityId:_printPage.communityId,
|
||||
state:'T'
|
||||
pageId: _printPage.pageId,
|
||||
communityId: _printPage.communityId,
|
||||
state: 'T'
|
||||
}
|
||||
|
||||
vc.http.apiPost(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user