@ebiz/designer-components 0.0.58 → 0.0.59

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.
Files changed (199) hide show
  1. package/README.md +29 -29
  2. package/dist/designer-components.css +1 -1
  3. package/dist/index.mjs +4822 -4822
  4. package/package.json +1 -1
  5. package/src/App.vue +26 -26
  6. package/src/apiService/SIMPLE_DATA_SERVICE.md +284 -284
  7. package/src/apiService/mockDataService.js +115 -115
  8. package/src/apiService/simpleDataService.js +297 -297
  9. package/src/assets/base.css +86 -86
  10. package/src/assets/logo.svg +1 -1
  11. package/src/components/Button.vue +149 -149
  12. package/src/components/DataContainer.vue +40 -40
  13. package/src/components/EbizApproval.vue +332 -338
  14. package/src/components/EbizAutoForm.vue +596 -596
  15. package/src/components/EbizAvatar.vue +115 -115
  16. package/src/components/EbizCheckbox.vue +93 -93
  17. package/src/components/EbizCheckboxGroup.vue +69 -69
  18. package/src/components/EbizDepartmentSelector.vue +144 -144
  19. package/src/components/EbizDescriptions.vue +340 -340
  20. package/src/components/EbizDescriptionsItem.vue +47 -47
  21. package/src/components/EbizDetailBlock.vue +81 -81
  22. package/src/components/EbizDialog.vue +260 -260
  23. package/src/components/EbizDiv.vue +32 -32
  24. package/src/components/EbizDivider.vue +96 -96
  25. package/src/components/EbizEmployeeInfo.vue +138 -138
  26. package/src/components/EbizEmployeeSelector.vue +1093 -1086
  27. package/src/components/EbizFileUpload.vue +238 -238
  28. package/src/components/EbizMap.vue +541 -541
  29. package/src/components/EbizOkrTree.vue +99 -99
  30. package/src/components/EbizPageHeader.vue +95 -95
  31. package/src/components/EbizPagination.vue +162 -162
  32. package/src/components/EbizPopconfirm.vue +47 -47
  33. package/src/components/EbizRadio.vue +86 -86
  34. package/src/components/EbizRadioGroup.vue +83 -83
  35. package/src/components/EbizRemoteSelect.vue +232 -232
  36. package/src/components/EbizRouteBreadcrumb.vue +46 -46
  37. package/src/components/EbizSelect.vue +85 -85
  38. package/src/components/EbizSpace.vue +100 -100
  39. package/src/components/EbizStatistic.vue +149 -149
  40. package/src/components/EbizStatsCard.vue +113 -113
  41. package/src/components/EbizSwiper.vue +113 -113
  42. package/src/components/EbizSwiperItem.vue +13 -13
  43. package/src/components/EbizSwitch.vue +85 -85
  44. package/src/components/EbizTabHeader.vue +132 -132
  45. package/src/components/EbizTabPanel.vue +22 -22
  46. package/src/components/EbizTable.vue +469 -469
  47. package/src/components/EbizTableColumn.vue +116 -116
  48. package/src/components/EbizTableSort.vue +179 -179
  49. package/src/components/EbizTabs.vue +142 -142
  50. package/src/components/EbizTdesignButtonDialog.vue +332 -332
  51. package/src/components/EbizTdesignLoading.vue +107 -107
  52. package/src/components/EbizTimePicker.vue +143 -143
  53. package/src/components/EbizTitle.vue +91 -91
  54. package/src/components/EbizTree.vue +152 -152
  55. package/src/components/EbizTreeMergeTable.vue +1414 -1414
  56. package/src/components/EbizTreeSelector.vue +418 -418
  57. package/src/components/EbizVxeTable.vue +290 -290
  58. package/src/components/Form.vue +28 -28
  59. package/src/components/Home.vue +7 -7
  60. package/src/components/MyComponent.vue +39 -39
  61. package/src/components/Table.vue +45 -45
  62. package/src/components/TdesignAlert.vue +115 -115
  63. package/src/components/TdesignButton.vue +135 -135
  64. package/src/components/TdesignCalendar/index.vue +145 -145
  65. package/src/components/TdesignCard.vue +195 -195
  66. package/src/components/TdesignCol.vue +101 -101
  67. package/src/components/TdesignCollapse.vue +142 -142
  68. package/src/components/TdesignCollapsePanel.vue +79 -79
  69. package/src/components/TdesignDatePicker.vue +124 -124
  70. package/src/components/TdesignDescriptions.vue +74 -74
  71. package/src/components/TdesignDescriptionsItem.vue +50 -50
  72. package/src/components/TdesignDialog.vue +225 -225
  73. package/src/components/TdesignForm.vue +138 -138
  74. package/src/components/TdesignFormItem.vue +105 -105
  75. package/src/components/TdesignGrid.vue +55 -55
  76. package/src/components/TdesignIcon.vue +67 -67
  77. package/src/components/TdesignImage.vue +162 -162
  78. package/src/components/TdesignImageViewer.vue +200 -200
  79. package/src/components/TdesignInput.vue +242 -242
  80. package/src/components/TdesignSelect.vue +444 -444
  81. package/src/components/TdesignTag.vue +117 -117
  82. package/src/components/TdesignTextarea.vue +142 -142
  83. package/src/components/TdesignTimeline.vue +58 -58
  84. package/src/components/TdesignTimelineItem.vue +71 -71
  85. package/src/components/TdesignUpload.vue +388 -388
  86. package/src/components/TdesignWatermark.vue +107 -107
  87. package/src/components/ebiz-form/components/cascader.vue +61 -61
  88. package/src/components/ebiz-form/components/checkbox.vue +37 -37
  89. package/src/components/ebiz-form/components/city.vue +137 -137
  90. package/src/components/ebiz-form/components/date-panel.vue +52 -52
  91. package/src/components/ebiz-form/components/date-range-panel.vue +52 -52
  92. package/src/components/ebiz-form/components/date-range.vue +56 -56
  93. package/src/components/ebiz-form/components/date.vue +52 -52
  94. package/src/components/ebiz-form/components/editor-multi-language.vue +47 -47
  95. package/src/components/ebiz-form/components/editor.vue +78 -78
  96. package/src/components/ebiz-form/components/file-multi-language.vue +52 -52
  97. package/src/components/ebiz-form/components/file.vue +149 -149
  98. package/src/components/ebiz-form/components/images-multi-language.vue +52 -52
  99. package/src/components/ebiz-form/components/images.vue +129 -129
  100. package/src/components/ebiz-form/components/img-multi-language.vue +51 -51
  101. package/src/components/ebiz-form/components/img.vue +129 -129
  102. package/src/components/ebiz-form/components/number.vue +50 -50
  103. package/src/components/ebiz-form/components/radio.vue +28 -28
  104. package/src/components/ebiz-form/components/select.vue +119 -119
  105. package/src/components/ebiz-form/components/switch.vue +23 -23
  106. package/src/components/ebiz-form/components/text-multi-language.vue +47 -47
  107. package/src/components/ebiz-form/components/text.vue +52 -52
  108. package/src/components/ebiz-form/components/textarea-multi-language.vue +48 -48
  109. package/src/components/ebiz-form/components/textarea.vue +29 -29
  110. package/src/components/ebiz-form/components/video-multi-language.vue +51 -51
  111. package/src/components/ebiz-form/components/video.vue +97 -97
  112. package/src/components/ebiz-form/index.vue +157 -157
  113. package/src/components/examples/PopconfirmExample.vue +149 -149
  114. package/src/components/icons/IconCommunity.vue +7 -7
  115. package/src/components/icons/IconDocumentation.vue +7 -7
  116. package/src/components/icons/IconEcosystem.vue +7 -7
  117. package/src/components/icons/IconSupport.vue +7 -7
  118. package/src/components/icons/IconTooling.vue +19 -19
  119. package/src/components/senior/EbizSData/index.vue +260 -260
  120. package/src/components/senior/EbizSDialog/index.vue +713 -713
  121. package/src/components/senior/EbizSForm/README.md +157 -157
  122. package/src/components/senior/EbizSForm/index.vue +668 -668
  123. package/src/components/senior/EbizSForm/item.vue +522 -522
  124. package/src/components/senior/EbizSForm/mItems/DateTimePicker.vue +51 -51
  125. package/src/components/senior/EbizSForm/mItems/Picker.vue +63 -63
  126. package/src/index.js +218 -218
  127. package/src/main.js +55 -55
  128. package/src/router/index.js +374 -374
  129. package/src/utils/formatCode.js +24 -24
  130. package/src/utils/generateImportStatement.js +52 -52
  131. package/src/utils/hasJsx.js +25 -25
  132. package/src/utils/index.js +166 -166
  133. package/src/utils/mergeOptions.js +29 -29
  134. package/src/utils/parseRequiredBlocks.js +18 -18
  135. package/src/utils/upload.ts +126 -126
  136. package/src/utils/vue-sfc-validator.js +155 -155
  137. package/src/views/Button.vue +23 -23
  138. package/src/views/CheckboxDemo.vue +104 -104
  139. package/src/views/DataContainer.vue +19 -19
  140. package/src/views/DialogDemo.vue +125 -125
  141. package/src/views/EbizApprovalDemo.vue +76 -76
  142. package/src/views/EbizAutoFormDemo.vue +129 -129
  143. package/src/views/EbizAvatar.vue +223 -223
  144. package/src/views/EbizDepartmentSelectorDemo.vue +169 -169
  145. package/src/views/EbizDetailBlockDemo.vue +30 -30
  146. package/src/views/EbizEmployeeInfo.vue +249 -249
  147. package/src/views/EbizEmployeeSelector.vue +83 -83
  148. package/src/views/EbizMap.vue +201 -201
  149. package/src/views/EbizRadioDemo.vue +151 -151
  150. package/src/views/EbizSDataDemo.vue +136 -136
  151. package/src/views/EbizSDialogDemo.vue +301 -301
  152. package/src/views/EbizSForm/index.vue +359 -359
  153. package/src/views/EbizSFormDemo.vue +420 -420
  154. package/src/views/EbizSpace.vue +185 -185
  155. package/src/views/EbizSwiper.vue +157 -157
  156. package/src/views/EbizTdesignButtonDialogExample.vue +437 -437
  157. package/src/views/Form.vue +19 -19
  158. package/src/views/GridDemo.vue +238 -238
  159. package/src/views/Home.vue +146 -146
  160. package/src/views/Mindmap.vue +17 -17
  161. package/src/views/MyComponent.vue +19 -19
  162. package/src/views/OkrTree.vue +19 -19
  163. package/src/views/PageHeaderDemo.vue +104 -104
  164. package/src/views/PaginationDemo.vue +96 -96
  165. package/src/views/PermissionBoxDemo.vue +85 -85
  166. package/src/views/PopconfirmDemo.vue +80 -80
  167. package/src/views/RemoteSelect.vue +350 -350
  168. package/src/views/StatisticDemo.vue +190 -190
  169. package/src/views/SwitchDemo.vue +79 -79
  170. package/src/views/Table.vue +19 -19
  171. package/src/views/TableDemo.vue +334 -334
  172. package/src/views/TableSortDemo.vue +143 -143
  173. package/src/views/TableView.vue +68 -68
  174. package/src/views/TabsDemo.vue +282 -282
  175. package/src/views/TagDemo.vue +101 -101
  176. package/src/views/TdesignAlert.vue +98 -98
  177. package/src/views/TdesignButton.vue +190 -190
  178. package/src/views/TdesignCalendar.vue +94 -94
  179. package/src/views/TdesignCard.vue +296 -296
  180. package/src/views/TdesignCollapse.vue +293 -293
  181. package/src/views/TdesignDatePicker.vue +187 -187
  182. package/src/views/TdesignDescriptions.vue +101 -101
  183. package/src/views/TdesignForm.vue +248 -248
  184. package/src/views/TdesignIcon.vue +203 -203
  185. package/src/views/TdesignImage.vue +215 -215
  186. package/src/views/TdesignImageViewer.vue +198 -198
  187. package/src/views/TdesignInput.vue +252 -252
  188. package/src/views/TdesignSelect.vue +473 -473
  189. package/src/views/TdesignSwiper.vue +157 -157
  190. package/src/views/TextareaDemo.vue +93 -93
  191. package/src/views/TimePickerDemo.vue +146 -146
  192. package/src/views/TimelineDemo.vue +160 -160
  193. package/src/views/Title.vue +19 -19
  194. package/src/views/TreeDemo.vue +254 -254
  195. package/src/views/TreeMergeTableDemo.vue +239 -239
  196. package/src/views/TreeSelectorDemo.vue +245 -245
  197. package/src/views/UploadDemo.vue +121 -121
  198. package/src/views/VxeTableDemo.vue +279 -279
  199. package/src/views/WatermarkDemo.vue +85 -85
@@ -1,714 +1,714 @@
1
- <template>
2
- <div class="ebiz-tdesign-button-dialog">
3
- <div v-if="$slots.trigger" @click="openDialog">
4
- <slot name="trigger"></slot>
5
- </div>
6
- <t-dialog v-model:visible="dialogVisible" :header="title || computedTitle" :width="dialogWidth" :top="dialogTop"
7
- :attach="dialogAttach" :destroy-on-close="dialogDestroyOnClose" :mode="dialogMode" :placement="dialogPlacement"
8
- :show-overlay="dialogShowOverlay" :close-on-esc-keydown="dialogCloseOnEscKeydown"
9
- :close-on-overlay-click="dialogCloseOnOverlayClick" :show-footer="dialogShowFooter" @close="handleDialogClose"
10
- @confirm="handleDialogConfirm" @cancel="handleDialogCancel">
11
- <template #header>
12
- <slot name="header">
13
- <div :class="['dialog-header', dialogType === 'delete' ? 'dialog-header-delete' : '']">
14
- {{ title || computedTitle }}
15
- </div>
16
- </slot>
17
- </template>
18
-
19
- <template #body>
20
- <div v-if="dialogType === 'normal'">
21
- <slot name="body"></slot>
22
- </div>
23
- <div v-else-if="dialogType === 'add'">
24
- <t-form ref="formRef" :colon="colon"
25
- :data="localFormData" :disabled="disabled" :label-align="labelAlign" :label-width="labelWidth" :layout="layout"
26
- :reset-type="resetType" :reset-on-semi-controlled="resetOnSemiControlled" :rules="rules"
27
- :show-error-message="showErrorMessage" :status-icon="statusIcon"
28
- :style="customStyle" @reset="handleReset" @submit="handleSubmit" @validate="handleValidate">
29
- <slot name="body"></slot>
30
- </t-form>
31
- </div>
32
- <div v-else-if="dialogType === 'edit'">
33
- <t-form ref="formRef" :colon="colon"
34
- :data="localFormData" :disabled="disabled" :label-align="labelAlign" :label-width="labelWidth" :layout="layout"
35
- :reset-type="resetType" :reset-on-semi-controlled="resetOnSemiControlled" :rules="rules"
36
- :show-error-message="showErrorMessage" :status-icon="statusIcon"
37
- :style="customStyle" @reset="handleReset" @submit="handleSubmit" @validate="handleValidate">
38
- <slot name="body"></slot>
39
- </t-form>
40
- </div>
41
- <slot v-else-if="dialogType === 'delete'" name="body">
42
- <div class="delete-confirm-content">
43
- <t-icon name="error-circle" size="large" class="delete-icon" />
44
- <p class="delete-message">{{ deleteConfirmMessage }}</p>
45
- </div>
46
- </slot>
47
- </template>
48
- </t-dialog>
49
- </div>
50
- </template>
51
-
52
- <script setup>
53
- import { ref, computed, watch } from 'vue'
54
- import { Dialog as TDialog, MessagePlugin, Icon as TIcon,Form as TForm } from 'tdesign-vue-next'
55
- import dataService from '../../../apiService/simpleDataService'
56
-
57
- const props = defineProps({
58
- // 弹窗类型
59
- dialogType: {
60
- type: String,
61
- default: 'normal', // 'normal', 'add', 'delete'
62
- validator: (value) => ['normal', 'add', 'edit', 'delete'].includes(value)
63
- },
64
-
65
- // 删除确认消息
66
- deleteConfirmMessage: {
67
- type: String,
68
- default: '确定要删除该数据吗?此操作不可逆,请谨慎操作。'
69
- },
70
-
71
- // 按钮基础属性
72
- buttonText: {
73
- type: String,
74
- default: ''
75
- },
76
- // 按钮样式属性
77
- buttonTheme: {
78
- type: String,
79
- default: ''
80
- },
81
- buttonVariant: {
82
- type: String,
83
- default: 'base'
84
- },
85
- buttonSize: {
86
- type: String,
87
- default: 'medium'
88
- },
89
- buttonBlock: {
90
- type: Boolean,
91
- default: false
92
- },
93
- buttonShape: {
94
- type: String,
95
- default: 'rectangle'
96
- },
97
- buttonDisabled: {
98
- type: Boolean,
99
- default: false
100
- },
101
- buttonLoading: {
102
- type: Boolean,
103
- default: false
104
- },
105
- buttonIcon: {
106
- type: String,
107
- default: ''
108
- },
109
-
110
- // 弹窗基础属性
111
- title: {
112
- type: String,
113
- default: ''
114
- },
115
- visible: {
116
- type: Boolean,
117
- default: false
118
- },
119
- confirmText: {
120
- type: String,
121
- default: undefined
122
- },
123
- cancelText: {
124
- type: String,
125
- default: undefined
126
- },
127
-
128
- // 弹窗样式和行为属性
129
- dialogWidth: {
130
- type: [String, Number],
131
- default: '500px'
132
- },
133
- dialogTop: {
134
- type: [String, Number],
135
- default: '15vh'
136
- },
137
- dialogAttach: {
138
- type: [String, Function],
139
- default: 'body'
140
- },
141
- dialogDestroyOnClose: {
142
- type: Boolean,
143
- default: false
144
- },
145
- dialogMode: {
146
- type: String,
147
- default: 'modal'
148
- },
149
- dialogPlacement: {
150
- type: String,
151
- default: 'top'
152
- },
153
- dialogShowOverlay: {
154
- type: Boolean,
155
- default: true
156
- },
157
- dialogCloseOnEscKeydown: {
158
- type: Boolean,
159
- default: true
160
- },
161
- dialogCloseOnOverlayClick: {
162
- type: Boolean,
163
- default: true
164
- },
165
- dialogShowFooter: {
166
- type: Boolean,
167
- default: true
168
- },
169
-
170
- // API配置
171
- apiConfig: {
172
- type: Object,
173
- default: () => null
174
- },
175
-
176
- // 请求参数
177
- params: {
178
- type: Object,
179
- default: () => null
180
- },
181
-
182
- // 表单数据
183
- formData:{
184
- type: Object,
185
- default: () => null
186
- },
187
-
188
- // 表单验证规则
189
- rules:{
190
- type: Object,
191
- default: () => null
192
- },
193
-
194
- // 是否在API调用成功后自动关闭弹窗
195
- closeOnSuccess: {
196
- type: Boolean,
197
- default: true
198
- },
199
- // 是否显示API调用的结果消息
200
- showResultMessage: {
201
- type: Boolean,
202
- default: true
203
- },
204
-
205
- // 表单组件属性
206
- colon: {
207
- type: Boolean,
208
- default: false
209
- },
210
- disabled: {
211
- type: Boolean,
212
- default: false
213
- },
214
- labelAlign: {
215
- type: String,
216
- default: 'right'
217
- },
218
- labelWidth: {
219
- type: [String, Number],
220
- default: '100px'
221
- },
222
- layout: {
223
- type: String,
224
- default: 'vertical'
225
- },
226
- resetType: {
227
- type: String,
228
- default: 'empty'
229
- },
230
- resetOnSemiControlled: {
231
- type: Boolean,
232
- default: false
233
- },
234
- showErrorMessage: {
235
- type: Boolean,
236
- default: true
237
- },
238
- statusIcon: {
239
- type: Boolean,
240
- default: false
241
- },
242
- customStyle: {
243
- type: Object,
244
- default: () => ({})
245
- },
246
-
247
- // 详情API配置,用于编辑模式加载数据
248
- detailApiConfig: {
249
- type: Object,
250
- default: () => null
251
- },
252
- })
253
-
254
- const emit = defineEmits([
255
- 'update:modelValue',
256
- 'button-click',
257
- 'dialog-close',
258
- 'dialog-confirm',
259
- 'dialog-cancel',
260
- 'api-success',
261
- 'api-error',
262
- 'reset',
263
- 'submit',
264
- 'submit-error',
265
- 'validate',
266
- 'detail-loaded',
267
- 'detail-error'
268
- ])
269
-
270
- const computedTitle = computed(() => {
271
- switch (props.dialogType) {
272
- case 'add': return '添加数据';
273
- case 'delete': return '删除确认';
274
- case 'edit': return '编辑数据';
275
- default: return '标题';
276
- }
277
- })
278
-
279
- // 初始化dialogVisible
280
- const dialogVisible = ref(props.visible)
281
- const apiLoading = ref(false)
282
- const formRef = ref(null)
283
- const currentId = ref(null)
284
- const currentParams = ref({})
285
- // 本地维护一份表单数据的副本
286
- const localFormData = ref(props.formData ? { ...props.formData } : {})
287
-
288
- // 监听props的visible变化
289
- watch(() => props.visible, (newVal) => {
290
- dialogVisible.value = newVal
291
- })
292
-
293
- // 监听dialogVisible变化,同步更新modelValue
294
- watch(dialogVisible, (newVal) => {
295
- emit('update:modelValue', newVal)
296
- })
297
-
298
- // 弹窗关闭事件
299
- const handleDialogClose = (e) => {
300
- dialogVisible.value = false
301
- emit('dialog-close', e)
302
- }
303
-
304
- // API调用方法
305
- // 获取错误消息
306
- const getErrorMessage = (error, dialogType) => {
307
- const errorPrefix = dialogType === 'delete'
308
- ? '删除失败'
309
- : dialogType === 'add'
310
- ? '添加失败'
311
- : dialogType === 'edit'
312
- ? '修改失败'
313
- : '操作失败'
314
-
315
- if (!error) return `${errorPrefix}: 未知错误`
316
-
317
- // 处理不同类型的错误
318
- if (error.response && error.response.data) {
319
- // API返回的详细错误信息
320
- const { message, msg, error: errMsg } = error.response.data
321
- return `${errorPrefix}: ${message || msg || errMsg || error.message || '服务器返回错误'}`
322
- } else if (error.message) {
323
- // 标准错误对象
324
- return `${errorPrefix}: ${error.message}`
325
- } else if (typeof error === 'string') {
326
- // 字符串错误
327
- return `${errorPrefix}: ${error}`
328
- } else {
329
- // 未知错误
330
- return `${errorPrefix}: 未知错误`
331
- }
332
- }
333
-
334
- const callApi = async (config = props.apiConfig) => {
335
- if (!config) return null
336
-
337
- try {
338
- apiLoading.value = true
339
-
340
- // 准备请求参数
341
- const fetchParams = { ...localFormData.value, ...props.formData }
342
-
343
- // 如果有ID,添加到请求参数中
344
- if (currentId.value) {
345
- fetchParams.id = currentId.value
346
- }
347
-
348
- // 合并当前参数到请求参数
349
- if (currentParams.value && Object.keys(currentParams.value).length > 0) {
350
- Object.keys(currentParams.value).forEach(key => {
351
- if (key !== 'formData') { // 避免重复添加表单数据
352
- fetchParams[key] = currentParams.value[key]
353
- }
354
- })
355
- }
356
-
357
- // 调用dataService进行API请求,直接使用config
358
- config.apiType = 'PROCESS'
359
- const response = await dataService.fetch({ detailId: fetchParams.detailId || fetchParams.id, saveData: { ...fetchParams} }, config)
360
-
361
- // 显示成功消息
362
- if (props.showResultMessage) {
363
- const successMessage = props.dialogType === 'delete'
364
- ? '删除成功'
365
- : props.dialogType === 'add'
366
- ? '添加成功'
367
- : props.dialogType === 'edit'
368
- ? '修改成功'
369
- : '操作成功'
370
- MessagePlugin.success(successMessage)
371
- }
372
-
373
- // 触发成功事件
374
- emit('api-success', response)
375
-
376
- // 如果设置了成功后关闭,则关闭弹窗
377
- if (props.closeOnSuccess) {
378
- dialogVisible.value = false
379
- }
380
-
381
- return response
382
- } catch (error) {
383
- // 错误处理和错误消息展示
384
- const errorMessage = getErrorMessage(error, props.dialogType)
385
-
386
- // 显示错误消息
387
- if (props.showResultMessage) {
388
- MessagePlugin.error(errorMessage)
389
- }
390
-
391
- // 触发错误事件
392
- emit('api-error', error)
393
-
394
- throw error // 继续抛出错误以便上层捕获
395
- } finally {
396
- apiLoading.value = false
397
- }
398
- }
399
-
400
- // 弹窗确认事件
401
- const handleDialogConfirm = async (e) => {
402
- emit('dialog-confirm', e)
403
-
404
- // 对于非普通类型的弹窗,总是尝试调用API
405
- if (props.dialogType !== 'normal') {
406
- if (props.apiConfig) {
407
-
408
- // 如果是表单类型(添加或编辑),先进行表单校验
409
- if ((props.dialogType === 'add' || props.dialogType === 'edit') && formRef.value) {
410
-
411
- try {
412
- // 显示加载状态
413
- apiLoading.value = true
414
-
415
- // 使用表单的validate方法进行校验
416
- const validateResult = await formRef.value.validate()
417
-
418
- // 校验成功,执行提交操作
419
- if (validateResult === true) {
420
- // 直接调用callApi传入props.apiConfig
421
- await callApi(props.apiConfig)
422
- } else {
423
- // 校验失败,显示第一个错误信息
424
- const firstError = validateResult[Object.keys(validateResult)[0]]?.[0]?.message || '表单校验失败'
425
- MessagePlugin.error(firstError)
426
- emit('submit-error', { validateResult, firstError })
427
- return // 阻止关闭弹窗
428
- }
429
- } catch (error) {
430
- // 校验或API调用过程中的错误
431
- MessagePlugin.error(`操作失败: ${error.message || '未知错误'}`)
432
- emit('submit-error', { error })
433
- return // 阻止关闭弹窗
434
- } finally {
435
- apiLoading.value = false
436
- }
437
- } else if (props.dialogType === 'delete') {
438
- try {
439
- // 显示加载状态
440
- apiLoading.value = true
441
-
442
- // 删除操作直接调用API
443
- await callApi(props.apiConfig)
444
- } catch (error) {
445
- // API调用过程中的错误
446
- MessagePlugin.error(`删除失败: ${error.message || '未知错误'}`)
447
- emit('api-error', error)
448
- return // 阻止关闭弹窗
449
- } finally {
450
- apiLoading.value = false
451
- }
452
- }
453
- } else {
454
- dialogVisible.value = false
455
- }
456
- } else {
457
- // 普通弹窗的行为
458
- if (props.apiConfig) {
459
- try {
460
- // 显示加载状态
461
- apiLoading.value = true
462
-
463
- // 直接调用API,不修改apiConfig
464
- await callApi(props.apiConfig)
465
- } catch (error) {
466
- // API调用过程中的错误
467
- MessagePlugin.error(`操作失败: ${error.message || '未知错误'}`)
468
- emit('api-error', error)
469
- return // 阻止关闭弹窗
470
- } finally {
471
- apiLoading.value = false
472
- }
473
- } else {
474
- dialogVisible.value = false
475
- }
476
- }
477
- }
478
-
479
- // 弹窗取消事件
480
- const handleDialogCancel = (e) => {
481
- dialogVisible.value = false
482
- emit('dialog-cancel', e)
483
- }
484
-
485
- // 表单重置事件
486
- const handleReset = (e) => {
487
- emit('reset', e)
488
- }
489
-
490
- // 表单提交事件
491
- const handleSubmit = async ({ validateResult, firstError, e }) => {
492
- if (validateResult === true) {
493
- emit('submit', { e, formData: localFormData.value })
494
- } else {
495
- MessagePlugin.error(firstError)
496
- emit('submit-error', { validateResult, firstError })
497
- }
498
- }
499
-
500
- // 表单验证事件
501
- const handleValidate = (params) => {
502
- emit('validate', params)
503
- }
504
-
505
- // 加载详情数据
506
- const loadDetailData = async (id) => {
507
- if (!props.detailApiConfig) return null
508
-
509
- try {
510
- // 显示加载状态
511
- apiLoading.value = true
512
-
513
- // 准备请求参数
514
- const fetchParams = { id }
515
-
516
- // 合并当前参数到请求参数
517
- if (currentParams.value && Object.keys(currentParams.value).length > 0) {
518
- // 过滤掉id和formData,避免重复
519
- const { id: _id, formData: _formData, ...otherParams } = currentParams.value
520
- Object.keys(otherParams).forEach(key => {
521
- fetchParams[key] = otherParams[key]
522
- })
523
- }
524
-
525
- // 调用dataService进行API请求,直接使用detailApiConfig
526
- const response = await dataService.fetch(fetchParams, props.detailApiConfig)
527
-
528
- // 获取详情数据
529
- const detailData = response.data || response
530
-
531
- // 更新本地表单数据
532
- if (detailData) {
533
- // 清空现有数据
534
- Object.keys(localFormData.value).forEach(key => {
535
- delete localFormData.value[key]
536
- })
537
-
538
- // 写入新数据
539
- Object.keys(detailData).forEach(key => {
540
- localFormData.value[key] = detailData[key]
541
- })
542
- }
543
-
544
- // 触发加载成功事件
545
- emit('detail-loaded', detailData)
546
- return detailData
547
- } catch (error) {
548
- // 显示错误消息
549
- if (props.showResultMessage) {
550
- MessagePlugin.error(`加载详情失败: ${error.message || '未知错误'}`)
551
- }
552
-
553
- // 触发错误事件
554
- emit('detail-error', error)
555
- return null
556
- } finally {
557
- apiLoading.value = false
558
- }
559
- }
560
-
561
- // 打开弹窗并传递参数
562
- const openDialog = (params = {}) => {
563
- params = { ...params , ...props.params}
564
- // 重置状态
565
- if (props.dialogType === 'add') {
566
- // 添加模式:清空表单数据
567
- Object.keys(localFormData.value).forEach(key => {
568
- delete localFormData.value[key]
569
- })
570
- }
571
-
572
- // 处理传入的表单数据
573
- if (params.formData && (props.dialogType === 'add' || props.dialogType === 'edit')) {
574
- // 更新本地表单数据副本
575
- Object.keys(params.formData).forEach(key => {
576
- localFormData.value[key] = params.formData[key]
577
- })
578
- }
579
-
580
- // 存储其他参数,如删除ID等
581
- if (params.id) {
582
- currentId.value = params.id
583
-
584
- // 如果是编辑模式且有detailApiConfig,加载详情数据
585
- if (props.dialogType === 'edit' && props.detailApiConfig) {
586
- loadDetailData(params.id)
587
- }
588
- } else {
589
- currentId.value = null
590
- }
591
-
592
- // 存储其他自定义参数
593
- currentParams.value = params
594
-
595
- // 打开弹窗
596
- dialogVisible.value = true
597
-
598
- return { success: true, message: '弹窗已打开' }
599
- }
600
-
601
- // 关闭弹窗
602
- const closeDialog = () => {
603
- dialogVisible.value = false
604
- return { success: true, message: '弹窗已关闭' }
605
- }
606
-
607
- // 重置表单数据到初始状态
608
- const resetFormData = () => {
609
- if (formRef.value) {
610
- formRef.value.reset()
611
- emit('reset', { type: 'manual' })
612
- }
613
-
614
- return { success: true, message: '表单已重置' }
615
- }
616
-
617
- // 清空表单数据
618
- const clearFormData = () => {
619
- // 清空表单数据
620
- Object.keys(localFormData.value).forEach(key => {
621
- delete localFormData.value[key]
622
- })
623
-
624
- emit('reset', { type: 'clear' })
625
- return { success: true, message: '表单数据已清空' }
626
- }
627
-
628
- // 设置表单数据
629
- const setFormData = (data) => {
630
- if (!data || typeof data !== 'object') {
631
- return { success: false, message: '数据必须是一个对象' }
632
- }
633
-
634
- // 清空现有数据
635
- Object.keys(localFormData.value).forEach(key => {
636
- delete localFormData.value[key]
637
- })
638
-
639
- // 写入新数据
640
- Object.keys(data).forEach(key => {
641
- localFormData.value[key] = data[key]
642
- })
643
-
644
- return { success: true, message: '表单数据已设置' }
645
- }
646
-
647
- // 获取表单数据
648
- const getFormData = () => {
649
- return { ...localFormData.value }
650
- }
651
-
652
- // 获取表单的当前验证状态
653
- const validateForm = async () => {
654
- if (!formRef.value) {
655
- return { success: false, message: '表单引用不存在' }
656
- }
657
-
658
- try {
659
- const validateResult = await formRef.value.validate()
660
-
661
- if (validateResult === true) {
662
- return { success: true, message: '表单验证通过', data: getFormData() }
663
- } else {
664
- const firstError = validateResult[Object.keys(validateResult)[0]]?.[0]?.message || '表单校验失败'
665
- return { success: false, message: firstError, errors: validateResult }
666
- }
667
- } catch (error) {
668
- return { success: false, message: error.message || '表单验证过程中发生错误' }
669
- }
670
- }
671
-
672
- // 暴露给父组件的方法
673
- defineExpose({
674
- openDialog,
675
- closeDialog,
676
- resetFormData,
677
- clearFormData,
678
- setFormData,
679
- getFormData,
680
- validateForm,
681
- loadDetailData,
682
- currentId,
683
- currentParams,
684
- formRef
685
- })
686
- </script>
687
-
688
- <style scoped>
689
- .ebiz-tdesign-button-dialog {
690
- display: inline-block;
691
- }
692
-
693
- .dialog-header-delete {
694
- color: var(--td-error-color, #e34d59);
695
- }
696
-
697
- .delete-confirm-content {
698
- display: flex;
699
- align-items: center;
700
- padding: 16px;
701
- }
702
-
703
- .delete-icon {
704
- font-size: 24px;
705
- color: var(--td-error-color, #e34d59);
706
- margin-right: 12px;
707
- }
708
-
709
- .delete-message {
710
- margin: 0;
711
- font-size: 14px;
712
- line-height: 22px;
713
- }
1
+ <template>
2
+ <div class="ebiz-tdesign-button-dialog">
3
+ <div v-if="$slots.trigger" @click="openDialog">
4
+ <slot name="trigger"></slot>
5
+ </div>
6
+ <t-dialog v-model:visible="dialogVisible" :header="title || computedTitle" :width="dialogWidth" :top="dialogTop"
7
+ :attach="dialogAttach" :destroy-on-close="dialogDestroyOnClose" :mode="dialogMode" :placement="dialogPlacement"
8
+ :show-overlay="dialogShowOverlay" :close-on-esc-keydown="dialogCloseOnEscKeydown"
9
+ :close-on-overlay-click="dialogCloseOnOverlayClick" :show-footer="dialogShowFooter" @close="handleDialogClose"
10
+ @confirm="handleDialogConfirm" @cancel="handleDialogCancel">
11
+ <template #header>
12
+ <slot name="header">
13
+ <div :class="['dialog-header', dialogType === 'delete' ? 'dialog-header-delete' : '']">
14
+ {{ title || computedTitle }}
15
+ </div>
16
+ </slot>
17
+ </template>
18
+
19
+ <template #body>
20
+ <div v-if="dialogType === 'normal'">
21
+ <slot name="body"></slot>
22
+ </div>
23
+ <div v-else-if="dialogType === 'add'">
24
+ <t-form ref="formRef" :colon="colon"
25
+ :data="localFormData" :disabled="disabled" :label-align="labelAlign" :label-width="labelWidth" :layout="layout"
26
+ :reset-type="resetType" :reset-on-semi-controlled="resetOnSemiControlled" :rules="rules"
27
+ :show-error-message="showErrorMessage" :status-icon="statusIcon"
28
+ :style="customStyle" @reset="handleReset" @submit="handleSubmit" @validate="handleValidate">
29
+ <slot name="body"></slot>
30
+ </t-form>
31
+ </div>
32
+ <div v-else-if="dialogType === 'edit'">
33
+ <t-form ref="formRef" :colon="colon"
34
+ :data="localFormData" :disabled="disabled" :label-align="labelAlign" :label-width="labelWidth" :layout="layout"
35
+ :reset-type="resetType" :reset-on-semi-controlled="resetOnSemiControlled" :rules="rules"
36
+ :show-error-message="showErrorMessage" :status-icon="statusIcon"
37
+ :style="customStyle" @reset="handleReset" @submit="handleSubmit" @validate="handleValidate">
38
+ <slot name="body"></slot>
39
+ </t-form>
40
+ </div>
41
+ <slot v-else-if="dialogType === 'delete'" name="body">
42
+ <div class="delete-confirm-content">
43
+ <t-icon name="error-circle" size="large" class="delete-icon" />
44
+ <p class="delete-message">{{ deleteConfirmMessage }}</p>
45
+ </div>
46
+ </slot>
47
+ </template>
48
+ </t-dialog>
49
+ </div>
50
+ </template>
51
+
52
+ <script setup>
53
+ import { ref, computed, watch } from 'vue'
54
+ import { Dialog as TDialog, MessagePlugin, Icon as TIcon,Form as TForm } from 'tdesign-vue-next'
55
+ import dataService from '../../../apiService/simpleDataService'
56
+
57
+ const props = defineProps({
58
+ // 弹窗类型
59
+ dialogType: {
60
+ type: String,
61
+ default: 'normal', // 'normal', 'add', 'delete'
62
+ validator: (value) => ['normal', 'add', 'edit', 'delete'].includes(value)
63
+ },
64
+
65
+ // 删除确认消息
66
+ deleteConfirmMessage: {
67
+ type: String,
68
+ default: '确定要删除该数据吗?此操作不可逆,请谨慎操作。'
69
+ },
70
+
71
+ // 按钮基础属性
72
+ buttonText: {
73
+ type: String,
74
+ default: ''
75
+ },
76
+ // 按钮样式属性
77
+ buttonTheme: {
78
+ type: String,
79
+ default: ''
80
+ },
81
+ buttonVariant: {
82
+ type: String,
83
+ default: 'base'
84
+ },
85
+ buttonSize: {
86
+ type: String,
87
+ default: 'medium'
88
+ },
89
+ buttonBlock: {
90
+ type: Boolean,
91
+ default: false
92
+ },
93
+ buttonShape: {
94
+ type: String,
95
+ default: 'rectangle'
96
+ },
97
+ buttonDisabled: {
98
+ type: Boolean,
99
+ default: false
100
+ },
101
+ buttonLoading: {
102
+ type: Boolean,
103
+ default: false
104
+ },
105
+ buttonIcon: {
106
+ type: String,
107
+ default: ''
108
+ },
109
+
110
+ // 弹窗基础属性
111
+ title: {
112
+ type: String,
113
+ default: ''
114
+ },
115
+ visible: {
116
+ type: Boolean,
117
+ default: false
118
+ },
119
+ confirmText: {
120
+ type: String,
121
+ default: undefined
122
+ },
123
+ cancelText: {
124
+ type: String,
125
+ default: undefined
126
+ },
127
+
128
+ // 弹窗样式和行为属性
129
+ dialogWidth: {
130
+ type: [String, Number],
131
+ default: '500px'
132
+ },
133
+ dialogTop: {
134
+ type: [String, Number],
135
+ default: '15vh'
136
+ },
137
+ dialogAttach: {
138
+ type: [String, Function],
139
+ default: 'body'
140
+ },
141
+ dialogDestroyOnClose: {
142
+ type: Boolean,
143
+ default: false
144
+ },
145
+ dialogMode: {
146
+ type: String,
147
+ default: 'modal'
148
+ },
149
+ dialogPlacement: {
150
+ type: String,
151
+ default: 'top'
152
+ },
153
+ dialogShowOverlay: {
154
+ type: Boolean,
155
+ default: true
156
+ },
157
+ dialogCloseOnEscKeydown: {
158
+ type: Boolean,
159
+ default: true
160
+ },
161
+ dialogCloseOnOverlayClick: {
162
+ type: Boolean,
163
+ default: true
164
+ },
165
+ dialogShowFooter: {
166
+ type: Boolean,
167
+ default: true
168
+ },
169
+
170
+ // API配置
171
+ apiConfig: {
172
+ type: Object,
173
+ default: () => null
174
+ },
175
+
176
+ // 请求参数
177
+ params: {
178
+ type: Object,
179
+ default: () => null
180
+ },
181
+
182
+ // 表单数据
183
+ formData:{
184
+ type: Object,
185
+ default: () => null
186
+ },
187
+
188
+ // 表单验证规则
189
+ rules:{
190
+ type: Object,
191
+ default: () => null
192
+ },
193
+
194
+ // 是否在API调用成功后自动关闭弹窗
195
+ closeOnSuccess: {
196
+ type: Boolean,
197
+ default: true
198
+ },
199
+ // 是否显示API调用的结果消息
200
+ showResultMessage: {
201
+ type: Boolean,
202
+ default: true
203
+ },
204
+
205
+ // 表单组件属性
206
+ colon: {
207
+ type: Boolean,
208
+ default: false
209
+ },
210
+ disabled: {
211
+ type: Boolean,
212
+ default: false
213
+ },
214
+ labelAlign: {
215
+ type: String,
216
+ default: 'right'
217
+ },
218
+ labelWidth: {
219
+ type: [String, Number],
220
+ default: '100px'
221
+ },
222
+ layout: {
223
+ type: String,
224
+ default: 'vertical'
225
+ },
226
+ resetType: {
227
+ type: String,
228
+ default: 'empty'
229
+ },
230
+ resetOnSemiControlled: {
231
+ type: Boolean,
232
+ default: false
233
+ },
234
+ showErrorMessage: {
235
+ type: Boolean,
236
+ default: true
237
+ },
238
+ statusIcon: {
239
+ type: Boolean,
240
+ default: false
241
+ },
242
+ customStyle: {
243
+ type: Object,
244
+ default: () => ({})
245
+ },
246
+
247
+ // 详情API配置,用于编辑模式加载数据
248
+ detailApiConfig: {
249
+ type: Object,
250
+ default: () => null
251
+ },
252
+ })
253
+
254
+ const emit = defineEmits([
255
+ 'update:modelValue',
256
+ 'button-click',
257
+ 'dialog-close',
258
+ 'dialog-confirm',
259
+ 'dialog-cancel',
260
+ 'api-success',
261
+ 'api-error',
262
+ 'reset',
263
+ 'submit',
264
+ 'submit-error',
265
+ 'validate',
266
+ 'detail-loaded',
267
+ 'detail-error'
268
+ ])
269
+
270
+ const computedTitle = computed(() => {
271
+ switch (props.dialogType) {
272
+ case 'add': return '添加数据';
273
+ case 'delete': return '删除确认';
274
+ case 'edit': return '编辑数据';
275
+ default: return '标题';
276
+ }
277
+ })
278
+
279
+ // 初始化dialogVisible
280
+ const dialogVisible = ref(props.visible)
281
+ const apiLoading = ref(false)
282
+ const formRef = ref(null)
283
+ const currentId = ref(null)
284
+ const currentParams = ref({})
285
+ // 本地维护一份表单数据的副本
286
+ const localFormData = ref(props.formData ? { ...props.formData } : {})
287
+
288
+ // 监听props的visible变化
289
+ watch(() => props.visible, (newVal) => {
290
+ dialogVisible.value = newVal
291
+ })
292
+
293
+ // 监听dialogVisible变化,同步更新modelValue
294
+ watch(dialogVisible, (newVal) => {
295
+ emit('update:modelValue', newVal)
296
+ })
297
+
298
+ // 弹窗关闭事件
299
+ const handleDialogClose = (e) => {
300
+ dialogVisible.value = false
301
+ emit('dialog-close', e)
302
+ }
303
+
304
+ // API调用方法
305
+ // 获取错误消息
306
+ const getErrorMessage = (error, dialogType) => {
307
+ const errorPrefix = dialogType === 'delete'
308
+ ? '删除失败'
309
+ : dialogType === 'add'
310
+ ? '添加失败'
311
+ : dialogType === 'edit'
312
+ ? '修改失败'
313
+ : '操作失败'
314
+
315
+ if (!error) return `${errorPrefix}: 未知错误`
316
+
317
+ // 处理不同类型的错误
318
+ if (error.response && error.response.data) {
319
+ // API返回的详细错误信息
320
+ const { message, msg, error: errMsg } = error.response.data
321
+ return `${errorPrefix}: ${message || msg || errMsg || error.message || '服务器返回错误'}`
322
+ } else if (error.message) {
323
+ // 标准错误对象
324
+ return `${errorPrefix}: ${error.message}`
325
+ } else if (typeof error === 'string') {
326
+ // 字符串错误
327
+ return `${errorPrefix}: ${error}`
328
+ } else {
329
+ // 未知错误
330
+ return `${errorPrefix}: 未知错误`
331
+ }
332
+ }
333
+
334
+ const callApi = async (config = props.apiConfig) => {
335
+ if (!config) return null
336
+
337
+ try {
338
+ apiLoading.value = true
339
+
340
+ // 准备请求参数
341
+ const fetchParams = { ...localFormData.value, ...props.formData }
342
+
343
+ // 如果有ID,添加到请求参数中
344
+ if (currentId.value) {
345
+ fetchParams.id = currentId.value
346
+ }
347
+
348
+ // 合并当前参数到请求参数
349
+ if (currentParams.value && Object.keys(currentParams.value).length > 0) {
350
+ Object.keys(currentParams.value).forEach(key => {
351
+ if (key !== 'formData') { // 避免重复添加表单数据
352
+ fetchParams[key] = currentParams.value[key]
353
+ }
354
+ })
355
+ }
356
+
357
+ // 调用dataService进行API请求,直接使用config
358
+ config.apiType = 'PROCESS'
359
+ const response = await dataService.fetch({ detailId: fetchParams.detailId || fetchParams.id, saveData: { ...fetchParams} }, config)
360
+
361
+ // 显示成功消息
362
+ if (props.showResultMessage) {
363
+ const successMessage = props.dialogType === 'delete'
364
+ ? '删除成功'
365
+ : props.dialogType === 'add'
366
+ ? '添加成功'
367
+ : props.dialogType === 'edit'
368
+ ? '修改成功'
369
+ : '操作成功'
370
+ MessagePlugin.success(successMessage)
371
+ }
372
+
373
+ // 触发成功事件
374
+ emit('api-success', response)
375
+
376
+ // 如果设置了成功后关闭,则关闭弹窗
377
+ if (props.closeOnSuccess) {
378
+ dialogVisible.value = false
379
+ }
380
+
381
+ return response
382
+ } catch (error) {
383
+ // 错误处理和错误消息展示
384
+ const errorMessage = getErrorMessage(error, props.dialogType)
385
+
386
+ // 显示错误消息
387
+ if (props.showResultMessage) {
388
+ MessagePlugin.error(errorMessage)
389
+ }
390
+
391
+ // 触发错误事件
392
+ emit('api-error', error)
393
+
394
+ throw error // 继续抛出错误以便上层捕获
395
+ } finally {
396
+ apiLoading.value = false
397
+ }
398
+ }
399
+
400
+ // 弹窗确认事件
401
+ const handleDialogConfirm = async (e) => {
402
+ emit('dialog-confirm', e)
403
+
404
+ // 对于非普通类型的弹窗,总是尝试调用API
405
+ if (props.dialogType !== 'normal') {
406
+ if (props.apiConfig) {
407
+
408
+ // 如果是表单类型(添加或编辑),先进行表单校验
409
+ if ((props.dialogType === 'add' || props.dialogType === 'edit') && formRef.value) {
410
+
411
+ try {
412
+ // 显示加载状态
413
+ apiLoading.value = true
414
+
415
+ // 使用表单的validate方法进行校验
416
+ const validateResult = await formRef.value.validate()
417
+
418
+ // 校验成功,执行提交操作
419
+ if (validateResult === true) {
420
+ // 直接调用callApi传入props.apiConfig
421
+ await callApi(props.apiConfig)
422
+ } else {
423
+ // 校验失败,显示第一个错误信息
424
+ const firstError = validateResult[Object.keys(validateResult)[0]]?.[0]?.message || '表单校验失败'
425
+ MessagePlugin.error(firstError)
426
+ emit('submit-error', { validateResult, firstError })
427
+ return // 阻止关闭弹窗
428
+ }
429
+ } catch (error) {
430
+ // 校验或API调用过程中的错误
431
+ MessagePlugin.error(`操作失败: ${error.message || '未知错误'}`)
432
+ emit('submit-error', { error })
433
+ return // 阻止关闭弹窗
434
+ } finally {
435
+ apiLoading.value = false
436
+ }
437
+ } else if (props.dialogType === 'delete') {
438
+ try {
439
+ // 显示加载状态
440
+ apiLoading.value = true
441
+
442
+ // 删除操作直接调用API
443
+ await callApi(props.apiConfig)
444
+ } catch (error) {
445
+ // API调用过程中的错误
446
+ MessagePlugin.error(`删除失败: ${error.message || '未知错误'}`)
447
+ emit('api-error', error)
448
+ return // 阻止关闭弹窗
449
+ } finally {
450
+ apiLoading.value = false
451
+ }
452
+ }
453
+ } else {
454
+ dialogVisible.value = false
455
+ }
456
+ } else {
457
+ // 普通弹窗的行为
458
+ if (props.apiConfig) {
459
+ try {
460
+ // 显示加载状态
461
+ apiLoading.value = true
462
+
463
+ // 直接调用API,不修改apiConfig
464
+ await callApi(props.apiConfig)
465
+ } catch (error) {
466
+ // API调用过程中的错误
467
+ MessagePlugin.error(`操作失败: ${error.message || '未知错误'}`)
468
+ emit('api-error', error)
469
+ return // 阻止关闭弹窗
470
+ } finally {
471
+ apiLoading.value = false
472
+ }
473
+ } else {
474
+ dialogVisible.value = false
475
+ }
476
+ }
477
+ }
478
+
479
+ // 弹窗取消事件
480
+ const handleDialogCancel = (e) => {
481
+ dialogVisible.value = false
482
+ emit('dialog-cancel', e)
483
+ }
484
+
485
+ // 表单重置事件
486
+ const handleReset = (e) => {
487
+ emit('reset', e)
488
+ }
489
+
490
+ // 表单提交事件
491
+ const handleSubmit = async ({ validateResult, firstError, e }) => {
492
+ if (validateResult === true) {
493
+ emit('submit', { e, formData: localFormData.value })
494
+ } else {
495
+ MessagePlugin.error(firstError)
496
+ emit('submit-error', { validateResult, firstError })
497
+ }
498
+ }
499
+
500
+ // 表单验证事件
501
+ const handleValidate = (params) => {
502
+ emit('validate', params)
503
+ }
504
+
505
+ // 加载详情数据
506
+ const loadDetailData = async (id) => {
507
+ if (!props.detailApiConfig) return null
508
+
509
+ try {
510
+ // 显示加载状态
511
+ apiLoading.value = true
512
+
513
+ // 准备请求参数
514
+ const fetchParams = { id }
515
+
516
+ // 合并当前参数到请求参数
517
+ if (currentParams.value && Object.keys(currentParams.value).length > 0) {
518
+ // 过滤掉id和formData,避免重复
519
+ const { id: _id, formData: _formData, ...otherParams } = currentParams.value
520
+ Object.keys(otherParams).forEach(key => {
521
+ fetchParams[key] = otherParams[key]
522
+ })
523
+ }
524
+
525
+ // 调用dataService进行API请求,直接使用detailApiConfig
526
+ const response = await dataService.fetch(fetchParams, props.detailApiConfig)
527
+
528
+ // 获取详情数据
529
+ const detailData = response.data || response
530
+
531
+ // 更新本地表单数据
532
+ if (detailData) {
533
+ // 清空现有数据
534
+ Object.keys(localFormData.value).forEach(key => {
535
+ delete localFormData.value[key]
536
+ })
537
+
538
+ // 写入新数据
539
+ Object.keys(detailData).forEach(key => {
540
+ localFormData.value[key] = detailData[key]
541
+ })
542
+ }
543
+
544
+ // 触发加载成功事件
545
+ emit('detail-loaded', detailData)
546
+ return detailData
547
+ } catch (error) {
548
+ // 显示错误消息
549
+ if (props.showResultMessage) {
550
+ MessagePlugin.error(`加载详情失败: ${error.message || '未知错误'}`)
551
+ }
552
+
553
+ // 触发错误事件
554
+ emit('detail-error', error)
555
+ return null
556
+ } finally {
557
+ apiLoading.value = false
558
+ }
559
+ }
560
+
561
+ // 打开弹窗并传递参数
562
+ const openDialog = (params = {}) => {
563
+ params = { ...params , ...props.params}
564
+ // 重置状态
565
+ if (props.dialogType === 'add') {
566
+ // 添加模式:清空表单数据
567
+ Object.keys(localFormData.value).forEach(key => {
568
+ delete localFormData.value[key]
569
+ })
570
+ }
571
+
572
+ // 处理传入的表单数据
573
+ if (params.formData && (props.dialogType === 'add' || props.dialogType === 'edit')) {
574
+ // 更新本地表单数据副本
575
+ Object.keys(params.formData).forEach(key => {
576
+ localFormData.value[key] = params.formData[key]
577
+ })
578
+ }
579
+
580
+ // 存储其他参数,如删除ID等
581
+ if (params.id) {
582
+ currentId.value = params.id
583
+
584
+ // 如果是编辑模式且有detailApiConfig,加载详情数据
585
+ if (props.dialogType === 'edit' && props.detailApiConfig) {
586
+ loadDetailData(params.id)
587
+ }
588
+ } else {
589
+ currentId.value = null
590
+ }
591
+
592
+ // 存储其他自定义参数
593
+ currentParams.value = params
594
+
595
+ // 打开弹窗
596
+ dialogVisible.value = true
597
+
598
+ return { success: true, message: '弹窗已打开' }
599
+ }
600
+
601
+ // 关闭弹窗
602
+ const closeDialog = () => {
603
+ dialogVisible.value = false
604
+ return { success: true, message: '弹窗已关闭' }
605
+ }
606
+
607
+ // 重置表单数据到初始状态
608
+ const resetFormData = () => {
609
+ if (formRef.value) {
610
+ formRef.value.reset()
611
+ emit('reset', { type: 'manual' })
612
+ }
613
+
614
+ return { success: true, message: '表单已重置' }
615
+ }
616
+
617
+ // 清空表单数据
618
+ const clearFormData = () => {
619
+ // 清空表单数据
620
+ Object.keys(localFormData.value).forEach(key => {
621
+ delete localFormData.value[key]
622
+ })
623
+
624
+ emit('reset', { type: 'clear' })
625
+ return { success: true, message: '表单数据已清空' }
626
+ }
627
+
628
+ // 设置表单数据
629
+ const setFormData = (data) => {
630
+ if (!data || typeof data !== 'object') {
631
+ return { success: false, message: '数据必须是一个对象' }
632
+ }
633
+
634
+ // 清空现有数据
635
+ Object.keys(localFormData.value).forEach(key => {
636
+ delete localFormData.value[key]
637
+ })
638
+
639
+ // 写入新数据
640
+ Object.keys(data).forEach(key => {
641
+ localFormData.value[key] = data[key]
642
+ })
643
+
644
+ return { success: true, message: '表单数据已设置' }
645
+ }
646
+
647
+ // 获取表单数据
648
+ const getFormData = () => {
649
+ return { ...localFormData.value }
650
+ }
651
+
652
+ // 获取表单的当前验证状态
653
+ const validateForm = async () => {
654
+ if (!formRef.value) {
655
+ return { success: false, message: '表单引用不存在' }
656
+ }
657
+
658
+ try {
659
+ const validateResult = await formRef.value.validate()
660
+
661
+ if (validateResult === true) {
662
+ return { success: true, message: '表单验证通过', data: getFormData() }
663
+ } else {
664
+ const firstError = validateResult[Object.keys(validateResult)[0]]?.[0]?.message || '表单校验失败'
665
+ return { success: false, message: firstError, errors: validateResult }
666
+ }
667
+ } catch (error) {
668
+ return { success: false, message: error.message || '表单验证过程中发生错误' }
669
+ }
670
+ }
671
+
672
+ // 暴露给父组件的方法
673
+ defineExpose({
674
+ openDialog,
675
+ closeDialog,
676
+ resetFormData,
677
+ clearFormData,
678
+ setFormData,
679
+ getFormData,
680
+ validateForm,
681
+ loadDetailData,
682
+ currentId,
683
+ currentParams,
684
+ formRef
685
+ })
686
+ </script>
687
+
688
+ <style scoped>
689
+ .ebiz-tdesign-button-dialog {
690
+ display: inline-block;
691
+ }
692
+
693
+ .dialog-header-delete {
694
+ color: var(--td-error-color, #e34d59);
695
+ }
696
+
697
+ .delete-confirm-content {
698
+ display: flex;
699
+ align-items: center;
700
+ padding: 16px;
701
+ }
702
+
703
+ .delete-icon {
704
+ font-size: 24px;
705
+ color: var(--td-error-color, #e34d59);
706
+ margin-right: 12px;
707
+ }
708
+
709
+ .delete-message {
710
+ margin: 0;
711
+ font-size: 14px;
712
+ line-height: 22px;
713
+ }
714
714
  </style>