Browse Source

新增seekPage组件的keyValue属性

yusheng 9 months ago
parent
commit
604fc422d1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/common/seekPage.vue

+ 2 - 1
src/components/common/seekPage.vue

@@ -196,7 +196,8 @@
       seekList: {
         type: Array,
         default: () => []
-      }
+      },
+      keyValue:''
     },
 
     components: {},