vue2-client 1.15.43 → 1.15.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -107,12 +107,10 @@
|
|
107
107
|
<script>
|
108
108
|
|
109
109
|
import { getConfigByName, runLogic } from '@vue2-client/services/api/common'
|
110
|
-
import Upload from '@/base-client/components/common/Upload'
|
111
110
|
|
112
111
|
export default {
|
113
112
|
name: 'XList',
|
114
113
|
components: {
|
115
|
-
Upload,
|
116
114
|
XReport: () => import('@vue2-client/base-client/components/common/XReport/XReport.vue'),
|
117
115
|
XButtons: () => import('@vue2-client/base-client/components/common/XButtons/XButtons.vue'),
|
118
116
|
XInput: () => import('@vue2-client/base-client/components/common/XInput/XInput.vue'),
|
@@ -159,7 +157,7 @@ export default {
|
|
159
157
|
select_options: [], // 悬浮选项框
|
160
158
|
logicName: '',
|
161
159
|
nowPage: 0, // 当前页
|
162
|
-
pageSize:
|
160
|
+
pageSize: 12,
|
163
161
|
allLoaded: false,
|
164
162
|
label: 'id'
|
165
163
|
}
|