mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
修复报修页面bug
This commit is contained in:
parent
15079bc340
commit
a29d2aca51
@ -115,7 +115,7 @@
|
|||||||
components: {
|
components: {
|
||||||
noDataPage
|
noDataPage
|
||||||
},
|
},
|
||||||
onLoad: function() {
|
onLoad: function(options) {
|
||||||
let that = this;
|
let that = this;
|
||||||
context.onLoad(options);
|
context.onLoad(options);
|
||||||
context.getRooms().then(function(res) {
|
context.getRooms().then(function(res) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user