guarantee-lsq 2 жил өмнө
parent
commit
d9c9ea1ffe

+ 1 - 1
src/components/Table/index.js

@@ -16,7 +16,7 @@ export default {
         ...this.pagination,
         showTotal: total => `共 ${total} 条数据`,
         showSizeChanger: true,
-        pageSizeOptions: ['10', '20', '50']
+        pageSizeOptions: ['10', '20', '50', '500']
       })
     }
   },

+ 1 - 0
src/views/fill/info/modules/BaseForm.vue

@@ -11,6 +11,7 @@
         <row-item>
           <a-form-item>
             <a-input v-decorator="['id']" type="hidden"/>
+            <a-input v-decorator="['fieldKey']" type="hidden"/>
           </a-form-item>
         </row-item>
       </row-list>