vue2-client 1.8.226 → 1.8.227

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.8.226",
3
+ "version": "1.8.227",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -1136,124 +1136,6 @@ export default {
1136
1136
  this.supportedEventType = [...lowcodeComponentMixin.supportedEventType]
1137
1137
  // 深拷贝外侧传来的配置
1138
1138
  this.config = JSON.parse(JSON.stringify(this.originalConfig))
1139
- this.config = {
1140
- page: [
1141
- {
1142
- id: 'KB',
1143
- type: 'page',
1144
- title: '111',
1145
- body: [
1146
- [
1147
- {
1148
- type: 'XFormTable',
1149
- span: 12,
1150
- id: 'XFormTable_BV6Nwk',
1151
- selected: false,
1152
- props: {
1153
- queryParamsName: '',
1154
- serviceName: ''
1155
- },
1156
- selfEvent: [
1157
- 'action'
1158
- ]
1159
- },
1160
- {
1161
- type: 'XAddNativeForm',
1162
- span: 12,
1163
- id: 'XAddNativeForm_ekihTp',
1164
- selected: false,
1165
- props: {
1166
- configNameForLowCode: '',
1167
- systemNameForLowCode: ''
1168
- },
1169
- selfEvent: [
1170
- 'onSubmit'
1171
- ]
1172
- }
1173
- ],
1174
- [
1175
- {
1176
- type: 'XTreeOne',
1177
- span: 12,
1178
- id: 'XTreeOne_szu7Al',
1179
- selected: false
1180
- },
1181
- {
1182
- type: 'XDescriptions',
1183
- span: 12,
1184
- id: 'XDescriptions_DTkbEg',
1185
- selected: false,
1186
- props: {
1187
- title: '111',
1188
- content: {
1189
- c_f_user_phone: '2323',
1190
- c_f_total_fee: 33356,
1191
- c_f_address: '22',
1192
- c_f_meterlen: 2,
1193
- c_f_bank_card_number: '23',
1194
- c_f_create_user: '超级管理员',
1195
- c_f_customer: '23',
1196
- c_f_balance: 33356,
1197
- c_f_create_date: '2024-06-23 21:31:24',
1198
- c_f_operator_date: '2024-06-23 21:31:24',
1199
- c_f_total_times: 2,
1200
- c_f_user_name: '23',
1201
- c_f_comments: '323',
1202
- c_id: 39,
1203
- c_f_operatorid: '15',
1204
- c_f_operator: '超级管理员',
1205
- c_f_orgid: '9'
1206
- },
1207
- configName: 'Unit_Desc_Config',
1208
- serviceName: 'af-revenue',
1209
- getRealData: true
1210
- },
1211
- selfEvent: []
1212
- }
1213
- ]
1214
- ]
1215
- },
1216
- {
1217
- id: 'Fg',
1218
- type: 'page',
1219
- title: '22',
1220
- body: [
1221
- [
1222
- {
1223
- type: 'container',
1224
- span: 4,
1225
- id: 'container_ir2gR2',
1226
- selected: false
1227
- },
1228
- {
1229
- type: 'container',
1230
- span: 10,
1231
- id: 'container_xIRHGg'
1232
- },
1233
- {
1234
- type: 'container',
1235
- span: 10,
1236
- id: 'container_PT9n3Q'
1237
- }
1238
- ],
1239
- [
1240
- {
1241
- type: 'container',
1242
- span: 18,
1243
- id: 'container_q04vQr',
1244
- selected: false
1245
- },
1246
- {
1247
- type: 'container',
1248
- span: 6,
1249
- id: 'container_MKwNvz',
1250
- selected: false
1251
- }
1252
- ]
1253
- ]
1254
- }
1255
- ]
1256
- }
1257
1139
  this.refreshOrganization()
1258
1140
  }
1259
1141
  }