linwenxin преди 1 година
родител
ревизия
dc9aa2f37b
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/mallManagement/goods/explain_index/index.vue
  2. 1 1
      src/views/mallManagement/goods/watermark/index.vue

+ 1 - 1
src/views/mallManagement/goods/explain_index/index.vue

@@ -1,7 +1,7 @@
 <template>
   <template-page ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents"
     :options-evens-group="optionsEvensGroup" :moreParameters="moreParameters" :column-parsing="columnParsing"
-    :operation="operation" :exportList="exportList" :defaultSearchData="defaultSearchData">
+    :operation="operation" :exportList="exportList">
   </template-page>
 </template>
 

+ 1 - 1
src/views/mallManagement/goods/watermark/index.vue

@@ -1,7 +1,7 @@
 <template>
   <template-page ref="pageRef" :get-list="getList" :table-attributes="tableAttributes" :table-events="tableEvents"
     :options-evens-group="optionsEvensGroup" :moreParameters="moreParameters" :column-parsing="columnParsing"
-    :operation="operation" :exportList="exportList" :defaultSearchData="defaultSearchData">
+    :operation="operation" :exportList="exportList">
   </template-page>
 </template>