guhongwei 4 年之前
父节点
当前提交
808b51a41c
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/views/market/list/jxxq.vue
  2. 1 1
      src/views/market/list/swfw.vue
  3. 1 1
      src/views/market/list/zjzk.vue
  4. 1 1
      src/views/market/list/zlxx.vue

+ 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>