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