guhongwei 4 år sedan
förälder
incheckning
808b51a41c

+ 1 - 1
src/views/market/list/jxxq.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="jxxq">
-    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize" searchModel="title">
+    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize">
       <component :is="model" :list="list"></component>
     </list-page>
     <template v-else>

+ 1 - 1
src/views/market/list/swfw.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="swfw">
-    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize" searchModel="title">
+    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize">
       <component :is="model" :list="list"></component>
     </list-page>
     <template v-else>

+ 1 - 1
src/views/market/list/zjzk.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="zjzk">
-    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize" searchModel="title">
+    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize">
       <component :is="model" :list="list"></component>
     </list-page>
     <template v-else>

+ 1 - 1
src/views/market/list/zlxx.vue

@@ -1,6 +1,6 @@
 <template>
   <div id="zlxx">
-    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize" searchModel="title">
+    <list-page v-bind="$attrs" :total="total" v-if="!id" @toSearch="search" :pageSize="pageSize">
       <component :is="model" :list="list"></component>
     </list-page>
     <template v-else>