pages/m_consult/c_result-item-search/c_result-item-search.js
@@ -14,7 +14,7 @@ keyobj: { type: Object, value: { keyword: '', keyword: null, type: undefined }, }, @@ -34,7 +34,9 @@ observers: { 'keyobj': function (keyobj) { this.search(keyobj, 1, this.data.sPerPage) if (keyobj != null && keyobj.keyword != null) { this.search(keyobj, 1, this.data.sPerPage) } }, },