seimin 2 years ago
parent
commit
d0c58555fc
2 changed files with 3 additions and 0 deletions
  1. 2 0
      components/fjj-condition/fjj-condition.vue
  2. 1 0
      pages/inspectList/inspectList.vue

+ 2 - 0
components/fjj-condition/fjj-condition.vue

@@ -297,6 +297,8 @@
297
             (obj[item.key] = ['1', '30']) :
297
             (obj[item.key] = ['1', '30']) :
298
             item.type === "single" ?
298
             item.type === "single" ?
299
             (obj[item.key] = [new Date().Format("yyyy/MM/dd")]) :
299
             (obj[item.key] = [new Date().Format("yyyy/MM/dd")]) :
300
+            item.type === "keyWord" ?
301
+            (obj[item.key] = this.keyWord || '') :
300
             (obj[item.key] = "");
302
             (obj[item.key] = "");
301
         });
303
         });
302
         return obj;
304
         return obj;

+ 1 - 0
pages/inspectList/inspectList.vue

@@ -540,6 +540,7 @@
540
       },
540
       },
541
     },
541
     },
542
     onLoad(options) {
542
     onLoad(options) {
543
+      console.log(options, 'options');
543
       let patientCurrentDept = uni.getStorageSync("patientCurrentDept");
544
       let patientCurrentDept = uni.getStorageSync("patientCurrentDept");
544
       if (Object.keys(options).length) {
545
       if (Object.keys(options).length) {
545
         let {
546
         let {