linwenxin 1 rok temu
rodzic
commit
dc9aa2f37b

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