修复报修页面bug

This commit is contained in:
java110 2020-06-28 14:43:33 +08:00
parent 15079bc340
commit a29d2aca51

View File

@ -115,7 +115,7 @@
components: {
noDataPage
},
onLoad: function() {
onLoad: function(options) {
let that = this;
context.onLoad(options);
context.getRooms().then(function(res) {