riku
2022-10-12 741d1f7b2e2ac1c3f89d80dfac7625e3427e2367
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)
      }
    },
  },