riku
2022-10-10 437144f41c74505d362a5214a18cec3d01b3ce4b
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)
      }
    },
  },