修复报修页面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: { 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) {