xyvcard-itsm-flow 0.0.10 → 0.0.12

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 (38) hide show
  1. package/README.md +51 -51
  2. package/dist/{FileSaver.min-BeKvLuyk.mjs → FileSaver.min-5d27MsC6.mjs} +12 -12
  3. package/dist/{edit-BnJnxvY6.mjs → edit-CnakOAD-.mjs} +1 -1
  4. package/dist/{edit-D8J1Znw_.mjs → edit-D3-wS-p6.mjs} +1 -1
  5. package/dist/{edit-har-8Y54.mjs → edit-DQMyPUX8.mjs} +1 -1
  6. package/dist/{edit.vue_vue_type_script_setup_true_lang-BZ-prpPo.mjs → edit.vue_vue_type_script_setup_true_lang-CQVLZd-n.mjs} +26 -23
  7. package/dist/{edit.vue_vue_type_script_setup_true_lang-QsTI3qOD.mjs → edit.vue_vue_type_script_setup_true_lang-CkrOBeOD.mjs} +222 -214
  8. package/dist/{edit.vue_vue_type_script_setup_true_lang-TXBAzoPS.mjs → edit.vue_vue_type_script_setup_true_lang-VE9Mh9aa.mjs} +216 -194
  9. package/dist/{el-message-CIdVBT5R.mjs → el-message-CDs_oXSE.mjs} +357 -366
  10. package/dist/{index-DugZK_BS.mjs → index-B80qPhYo.mjs} +50 -48
  11. package/dist/{index-DKIrRXT5.mjs → index-C7hbVzPq.mjs} +12 -12
  12. package/dist/{index-DBIF93AC.mjs → index-CKoTtfru.mjs} +22 -19
  13. package/dist/{index-CF0oM0UA.mjs → index-DNIaYp-o.mjs} +107 -101
  14. package/dist/{index-Cp3csR1g.mjs → index-DpW0lTlN.mjs} +12 -12
  15. package/dist/{index-BAHlhmvh.mjs → index-GS9GloHa.mjs} +95 -92
  16. package/dist/{index-bMREgnhp.mjs → index-JNNDVNJY.mjs} +15 -15
  17. package/dist/{index-C6XFHtva.mjs → index-kApGKfsk.mjs} +25 -22
  18. package/dist/{index-DnFWLmFk.mjs → index-tB0z_CCe.mjs} +21 -18
  19. package/dist/{index-BjBTIknS.mjs → index-yHpZct-P.mjs} +211 -203
  20. package/dist/index.mjs +1 -1
  21. package/dist/style.css +1 -1
  22. package/dts/api/itsm-flow-acceptance/types.d.ts +2 -0
  23. package/dts/api/itsm-flow-entrust/types.d.ts +3 -1
  24. package/dts/api/itsm-flow-entrust-user/types.d.ts +3 -1
  25. package/dts/api/itsm-flow-reckoning/types.d.ts +1 -1
  26. package/dts/components/TaskItsmFlowAcceptance/index.vue.d.ts +2 -2
  27. package/dts/components/TaskItsmFlowAcceptanceEdit/index.vue.d.ts +2 -2
  28. package/dts/components/TaskItsmFlowEntrust/index.vue.d.ts +2 -2
  29. package/dts/components/TaskItsmFlowEntrustEdit/index.vue.d.ts +2 -2
  30. package/dts/components/TaskItsmFlowReckoning/index.vue.d.ts +2 -2
  31. package/dts/components/TaskItsmFlowReckoningEdit/index.vue.d.ts +2 -2
  32. package/dts/views/itsm-flow-acceptance/edit.vue.d.ts +2 -2
  33. package/dts/views/itsm-flow-acceptance/index.vue.d.ts +1 -1
  34. package/dts/views/itsm-flow-entrust/edit.vue.d.ts +2 -2
  35. package/dts/views/itsm-flow-entrust/index.vue.d.ts +1 -1
  36. package/dts/views/itsm-flow-reckoning/edit.vue.d.ts +2 -2
  37. package/dts/views/itsm-flow-reckoning/index.vue.d.ts +1 -1
  38. package/package.json +63 -63
@@ -1,10 +1,10 @@
1
1
  var I = Object.defineProperty;
2
- var N = (a, t, e) => t in a ? I(a, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[t] = e;
3
- var r = (a, t, e) => N(a, typeof t != "symbol" ? t + "" : t, e);
2
+ var N = (r, t, e) => t in r ? I(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e;
3
+ var a = (r, t, e) => N(r, typeof t != "symbol" ? t + "" : t, e);
4
4
  import { useUserStore as o, clearEmpty as c, request as u, BizDict as _, BizLayDict as x, CustomBizDict as E, EnumDict as y } from "jmash-core";
5
- import { contractApi as w, contractUserApi as A, itemApi as B } from "xyvcard-itsm";
5
+ import { contractApi as w, itemApi as A, contractUserApi as B } from "xyvcard-itsm";
6
6
  import { sysUserExtApi as L, sysOrgApi as f } from "xyvcard-itsmsys";
7
- import { ref as z, defineComponent as d, openBlock as m, createElementBlock as h, createElementVNode as v } from "vue";
7
+ import { ref as z, defineComponent as d, createElementBlock as m, openBlock as h, createElementVNode as v } from "vue";
8
8
  import { EntryDict as U } from "jmash-dict";
9
9
  class S {
10
10
  getKey(t) {
@@ -246,7 +246,7 @@ class O extends _ {
246
246
  // 实现 useValues 方法
247
247
  useValues() {
248
248
  return new Promise((t, e) => {
249
- A.findList(this.query).then(({ data: n }) => {
249
+ B.findList(this.query).then(({ data: n }) => {
250
250
  const l = n.results;
251
251
  this.values.length = 0, this.values.push(
252
252
  ...l.map(
@@ -290,7 +290,7 @@ class R extends _ {
290
290
  // 实现 useValues 方法
291
291
  useValues() {
292
292
  return new Promise((t, e) => {
293
- B.findList(this.query).then(({ data: n }) => {
293
+ A.findList(this.query).then(({ data: n }) => {
294
294
  const l = n.results;
295
295
  this.values.length = 0, this.values.push(
296
296
  ...l.map(
@@ -335,12 +335,14 @@ class Y extends _ {
335
335
  useValues() {
336
336
  return new Promise((t, e) => {
337
337
  L.findList(this.query).then(({ data: n }) => {
338
+ console.log(n);
338
339
  const l = n.results;
339
340
  this.values.length = 0, this.values.push(
340
341
  ...l.map(
341
342
  (s) => ({
342
343
  key: s.userId,
343
- value: s.realName
344
+ value: s.realName,
345
+ deptId: s.deptId
344
346
  })
345
347
  )
346
348
  ), t(this.values);
@@ -398,31 +400,31 @@ class K extends _ {
398
400
  class i {
399
401
  }
400
402
  // 模块
401
- r(i, "MODULE_ITSMFLOW", "itsmflow"), // 合同分类
402
- r(i, "contractSort", {
403
+ a(i, "MODULE_ITSMFLOW", "itsmflow"), // 合同分类
404
+ a(i, "contractSort", {
403
405
  // 人力
404
406
  manpower: "manpower"
405
407
  }), // 合同类型
406
- r(i, "contractType", {
408
+ a(i, "contractType", {
407
409
  // 外协合同
408
410
  outsource: "outsource"
409
411
  }), // 时间格式-年月
410
- r(i, "FORMAT_MONTH", "YYYY-MM"), // 验查结果
411
- r(i, "IS_VALUES", z([
412
+ a(i, "FORMAT_MONTH", "YYYY-MM"), // 验查结果
413
+ a(i, "IS_VALUES", z([
412
414
  { key: !0, value: "通过" },
413
415
  { key: !1, value: "不通过" }
414
416
  ])), // 服务内容枚举
415
- r(i, "ENUM_SERVICE_CONTENT", "xyvcard.itsmflow.protobuf.ServiceContent"), // 项目名称
416
- r(i, "DICT_PROJECT_NAME", "projectName"), // 机构类型
417
- r(i, "orgType", {
417
+ a(i, "ENUM_SERVICE_CONTENT", "xyvcard.itsmflow.protobuf.ServiceContent"), // 项目名称
418
+ a(i, "DICT_PROJECT_NAME", "projectName"), // 机构类型
419
+ a(i, "orgType", {
418
420
  // 厅局
419
421
  hall: "HALL"
420
422
  }), // 项目状态
421
- r(i, "status", {
423
+ a(i, "status", {
422
424
  // 项目状态(正常)
423
425
  regular: "regular"
424
426
  }), // 流程状态
425
- r(i, "applyStatus", {
427
+ a(i, "applyStatus", {
426
428
  // 草稿
427
429
  draft: "DRAFT",
428
430
  // 进行中
@@ -430,43 +432,43 @@ r(i, "applyStatus", {
430
432
  // 已办结
431
433
  finished: "FINISHED"
432
434
  }), // 人员类型
433
- r(i, "userType", {
435
+ a(i, "userType", {
434
436
  // 公司管理
435
437
  companyManager: "COMPANY_MANAGER"
436
438
  }), // 岗位编码
437
- r(i, "jobCode", {
439
+ a(i, "jobCode", {
438
440
  // 组长
439
441
  groupLeader: "team_leader"
440
442
  });
441
443
  class p {
442
444
  }
443
445
  // 人力合同
444
- r(p, "itsmContractBizDict", new P({})), // 人力合同编号
445
- r(p, "contractNumberBizDict", new V({})), // 服务人员所属单位
446
- r(p, "orgIdBizDict", new b({})), // 实际投入人员
447
- r(p, "contractUserBizDict", new O({})), // 验查结果
448
- r(p, "isValuesDict", new E(i.IS_VALUES, {})), // 服务内容
449
- r(p, "serviceContentEnum", new y(
446
+ a(p, "itsmContractBizDict", new P({})), // 人力合同编号
447
+ a(p, "contractNumberBizDict", new V({})), // 服务人员所属单位
448
+ a(p, "orgIdBizDict", new b({})), // 实际投入人员
449
+ a(p, "contractUserBizDict", new O({})), // 验查结果
450
+ a(p, "isValuesDict", new E(i.IS_VALUES, {})), // 服务内容
451
+ a(p, "serviceContentEnum", new y(
450
452
  i.MODULE_ITSMFLOW,
451
453
  i.ENUM_SERVICE_CONTENT
452
454
  )), // 项目名称
453
- r(p, "projectNameDict", new U(i.DICT_PROJECT_NAME)), // 厅局管理父厅级单位
454
- r(p, "parentIdBizDict", new k({
455
+ a(p, "projectNameDict", new U(i.DICT_PROJECT_NAME)), // 厅局管理父厅级单位
456
+ a(p, "parentIdBizDict", new k({
455
457
  orgType: i.orgType.hall
456
458
  })), // 项目列表
457
- r(p, "itemBizLayDict", new R({})), // 验收书查询信息
458
- r(p, "itsmFlowEntrustBizDict", new H({})), // 管理人员
459
- r(p, "userExtBizDict", new Y({})), // 结算清单查询信息
460
- r(p, "itsmFlowAcceptanceBizDict", new j({})), // 结算人员查询信息
461
- r(p, "itsmFlowEntrustUserBizDict", new K(
459
+ a(p, "itemBizLayDict", new R({})), // 验收书查询信息
460
+ a(p, "itsmFlowEntrustBizDict", new H({})), // 管理人员
461
+ a(p, "userExtBizDict", new Y({})), // 结算清单查询信息
462
+ a(p, "itsmFlowAcceptanceBizDict", new j({})), // 结算人员查询信息
463
+ a(p, "itsmFlowEntrustUserBizDict", new K(
462
464
  {}
463
465
  ));
464
466
  /*! Element Plus Icons Vue v2.3.1 */
465
467
  var W = /* @__PURE__ */ d({
466
468
  name: "CircleCloseFilled",
467
469
  __name: "circle-close-filled",
468
- setup(a) {
469
- return (t, e) => (m(), h("svg", {
470
+ setup(r) {
471
+ return (t, e) => (h(), m("svg", {
470
472
  xmlns: "http://www.w3.org/2000/svg",
471
473
  viewBox: "0 0 1024 1024"
472
474
  }, [
@@ -479,8 +481,8 @@ var W = /* @__PURE__ */ d({
479
481
  }), nt = W, G = /* @__PURE__ */ d({
480
482
  name: "Close",
481
483
  __name: "close",
482
- setup(a) {
483
- return (t, e) => (m(), h("svg", {
484
+ setup(r) {
485
+ return (t, e) => (h(), m("svg", {
484
486
  xmlns: "http://www.w3.org/2000/svg",
485
487
  viewBox: "0 0 1024 1024"
486
488
  }, [
@@ -493,8 +495,8 @@ var W = /* @__PURE__ */ d({
493
495
  }), lt = G, J = /* @__PURE__ */ d({
494
496
  name: "InfoFilled",
495
497
  __name: "info-filled",
496
- setup(a) {
497
- return (t, e) => (m(), h("svg", {
498
+ setup(r) {
499
+ return (t, e) => (h(), m("svg", {
498
500
  xmlns: "http://www.w3.org/2000/svg",
499
501
  viewBox: "0 0 1024 1024"
500
502
  }, [
@@ -507,8 +509,8 @@ var W = /* @__PURE__ */ d({
507
509
  }), ct = J, $ = /* @__PURE__ */ d({
508
510
  name: "Plus",
509
511
  __name: "plus",
510
- setup(a) {
511
- return (t, e) => (m(), h("svg", {
512
+ setup(r) {
513
+ return (t, e) => (h(), m("svg", {
512
514
  xmlns: "http://www.w3.org/2000/svg",
513
515
  viewBox: "0 0 1024 1024"
514
516
  }, [
@@ -521,8 +523,8 @@ var W = /* @__PURE__ */ d({
521
523
  }), ut = $, Q = /* @__PURE__ */ d({
522
524
  name: "SuccessFilled",
523
525
  __name: "success-filled",
524
- setup(a) {
525
- return (t, e) => (m(), h("svg", {
526
+ setup(r) {
527
+ return (t, e) => (h(), m("svg", {
526
528
  xmlns: "http://www.w3.org/2000/svg",
527
529
  viewBox: "0 0 1024 1024"
528
530
  }, [
@@ -535,8 +537,8 @@ var W = /* @__PURE__ */ d({
535
537
  }), it = Q, X = /* @__PURE__ */ d({
536
538
  name: "Upload",
537
539
  __name: "upload",
538
- setup(a) {
539
- return (t, e) => (m(), h("svg", {
540
+ setup(r) {
541
+ return (t, e) => (h(), m("svg", {
540
542
  xmlns: "http://www.w3.org/2000/svg",
541
543
  viewBox: "0 0 1024 1024"
542
544
  }, [
@@ -549,8 +551,8 @@ var W = /* @__PURE__ */ d({
549
551
  }), ot = X, Z = /* @__PURE__ */ d({
550
552
  name: "WarningFilled",
551
553
  __name: "warning-filled",
552
- setup(a) {
553
- return (t, e) => (m(), h("svg", {
554
+ setup(r) {
555
+ return (t, e) => (h(), m("svg", {
554
556
  xmlns: "http://www.w3.org/2000/svg",
555
557
  viewBox: "0 0 1024 1024"
556
558
  }, [
@@ -575,8 +577,8 @@ export {
575
577
  j as g,
576
578
  K as h,
577
579
  C as i,
578
- nt as j,
579
- ct as k,
580
+ ct as j,
581
+ nt as k,
580
582
  lt as l,
581
583
  ut as p,
582
584
  it as s,
@@ -1,8 +1,8 @@
1
- import { defineComponent as W, ref as h, reactive as R, resolveComponent as i, resolveDirective as X, openBlock as c, createElementBlock as $, createElementVNode as w, createVNode as o, withCtx as l, withKeys as _, unref as a, createTextVNode as b, toDisplayString as u, withDirectives as F, createBlock as I, isRef as S, createCommentVNode as j } from "vue";
1
+ import { defineComponent as W, ref as h, reactive as R, resolveComponent as i, resolveDirective as X, createElementBlock as $, openBlock as c, createElementVNode as w, createVNode as o, createBlock as F, createCommentVNode as S, withCtx as l, withKeys as _, unref as a, createTextVNode as b, toDisplayString as u, withDirectives as I, isRef as j } from "vue";
2
2
  import { useTableHooks as Y } from "jmash-core";
3
3
  import { useI18n as Z } from "vue-i18n";
4
- import { C as x, a as ee, D as p } from "./index-DugZK_BS.mjs";
5
- import { _ as te } from "./edit.vue_vue_type_script_setup_true_lang-QsTI3qOD.mjs";
4
+ import { C as x, a as ee, D as p } from "./index-B80qPhYo.mjs";
5
+ import { _ as te } from "./edit.vue_vue_type_script_setup_true_lang-CkrOBeOD.mjs";
6
6
  const le = { class: "app-container" }, oe = { class: "search-container" }, ne = ["onClick"], ae = ["onClick"], pe = /* @__PURE__ */ W({
7
7
  __name: "index",
8
8
  setup(re) {
@@ -247,7 +247,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
247
247
  default: l(() => [
248
248
  o(d, { span: 17 }, {
249
249
  default: l(() => [
250
- F((c(), I(V, {
250
+ I((c(), F(V, {
251
251
  type: "primary",
252
252
  onClick: q
253
253
  }, {
@@ -268,7 +268,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
268
268
  default: l(() => [
269
269
  o(H, {
270
270
  modelValue: a(f),
271
- "onUpdate:modelValue": t[10] || (t[10] = (e) => S(f) ? f.value = e : f = e),
271
+ "onUpdate:modelValue": t[10] || (t[10] = (e) => j(f) ? f.value = e : f = e),
272
272
  "label-name": "itsm-flow-entrust"
273
273
  }, null, 8, ["modelValue"])
274
274
  ]),
@@ -279,16 +279,16 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
279
279
  })
280
280
  ]),
281
281
  footer: l(() => [
282
- a(C) > 0 ? (c(), I(J, {
282
+ a(C) > 0 ? (c(), F(J, {
283
283
  key: 0,
284
284
  total: a(C),
285
- "onUpdate:total": t[11] || (t[11] = (e) => S(C) ? C.value = e : null),
285
+ "onUpdate:total": t[11] || (t[11] = (e) => j(C) ? C.value = e : null),
286
286
  "current-page": r.value.curPage,
287
287
  "onUpdate:currentPage": t[12] || (t[12] = (e) => r.value.curPage = e),
288
288
  "page-size": r.value.pageSize,
289
289
  "onUpdate:pageSize": t[13] || (t[13] = (e) => r.value.pageSize = e),
290
290
  onPagination: t[14] || (t[14] = (e) => a(s).getList())
291
- }, null, 8, ["total", "current-page", "page-size"])) : j("", !0)
291
+ }, null, 8, ["total", "current-page", "page-size"])) : S("", !0)
292
292
  ]),
293
293
  default: l(() => [
294
294
  o(G, {
@@ -316,7 +316,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
316
316
  w("span", null, u(a(p).orgIdBizDict.getValue(e.data.row.serviceOrg)), 1)
317
317
  ]),
318
318
  operation: l((e) => [
319
- F((c(), $("span", {
319
+ I((c(), $("span", {
320
320
  class: "el-button-color",
321
321
  onClick: (E) => B(e.data.row)
322
322
  }, [
@@ -324,7 +324,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
324
324
  ], 8, ne)), [
325
325
  [k, ["itsmflow:itsm_flow_entrust:update"]]
326
326
  ]),
327
- F((c(), $("span", {
327
+ I((c(), $("span", {
328
328
  class: "el-button-color dropdown-left",
329
329
  onClick: (E) => a(s).deleteRecord(e.data.row)
330
330
  }, [
@@ -338,7 +338,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
338
338
  ]),
339
339
  _: 1
340
340
  }),
341
- m.value.visible ? (c(), I(te, {
341
+ m.value.visible ? (c(), F(te, {
342
342
  key: 0,
343
343
  modelValue: m.value.visible,
344
344
  "onUpdate:modelValue": t[15] || (t[15] = (e) => m.value.visible = e),
@@ -346,7 +346,7 @@ const le = { class: "app-container" }, oe = { class: "search-container" }, ne =
346
346
  "entity-key": a(y),
347
347
  onRefresh: Q,
348
348
  width: "900px"
349
- }, null, 8, ["modelValue", "title", "entity-key"])) : j("", !0)
349
+ }, null, 8, ["modelValue", "title", "entity-key"])) : S("", !0)
350
350
  ]);
351
351
  };
352
352
  }
@@ -1,9 +1,9 @@
1
- import { defineComponent as ne, mergeModels as se, ref as p, useModel as de, reactive as O, resolveComponent as i, openBlock as $, createElementBlock as C, Fragment as L, createVNode as l, withCtx as t, createElementVNode as r, unref as s, createTextVNode as w, toDisplayString as S, renderList as re } from "vue";
1
+ import { defineComponent as ne, mergeModels as se, ref as p, useModel as de, reactive as O, resolveComponent as i, createElementBlock as $, openBlock as C, Fragment as L, createVNode as l, createElementVNode as r, withCtx as t, unref as s, createTextVNode as w, toDisplayString as S, renderList as re } from "vue";
2
2
  import "element-plus";
3
3
  import { useI18n as ue } from "vue-i18n";
4
- import { I as ie, C as g, U as me, d as ce, D as F, i as V, u as pe } from "./index-DugZK_BS.mjs";
4
+ import { I as ie, C as g, U as me, d as ce, D as F, i as V, u as pe } from "./index-B80qPhYo.mjs";
5
5
  import { useUserStore as fe } from "jmash-core";
6
- import { E as k } from "./el-message-CIdVBT5R.mjs";
6
+ import { E as k } from "./el-message-CDs_oXSE.mjs";
7
7
  const Ie = /* @__PURE__ */ ne({
8
8
  __name: "index",
9
9
  props: /* @__PURE__ */ se({
@@ -22,10 +22,10 @@ const Ie = /* @__PURE__ */ ne({
22
22
  applyStatus: g.applyStatus.finished
23
23
  });
24
24
  I.useValues();
25
- const y = new me({
25
+ const _ = new me({
26
26
  userType: g.userType.companyManager
27
27
  });
28
- y.useValues(), new ce({}).useValues(), F.orgIdBizDict.useValues();
28
+ _.useValues(), new ce({}).useValues(), F.orgIdBizDict.useValues();
29
29
  function T() {
30
30
  var e;
31
31
  const a = (e = U.user.userJobs[0]) == null ? void 0 : e.deptId;
@@ -107,7 +107,7 @@ const Ie = /* @__PURE__ */ ne({
107
107
  }
108
108
  function X() {
109
109
  D.value = v.value.map((a) => {
110
- const e = y.values.find(
110
+ const e = _.values.find(
111
111
  (n) => n.key === a
112
112
  );
113
113
  return {
@@ -146,13 +146,14 @@ const Ie = /* @__PURE__ */ ne({
146
146
  });
147
147
  }
148
148
  return (a, e) => {
149
- const n = i("el-col"), m = i("el-input"), u = i("el-form-item"), A = i("jmash-select"), Z = i("jmash-dict-select"), _ = i("el-row"), x = i("el-button"), ee = i("CircleClose"), le = i("el-icon"), ae = i("jmash-enum-radio"), te = i("el-form"), oe = i("jmash-multi-upload");
150
- return $(), C(L, null, [
149
+ const n = i("el-col"), m = i("el-input"), u = i("el-form-item"), y = i("jmash-select"), Z = i("jmash-dict-select"), A = i("el-row"), x = i("el-button"), ee = i("CircleClose"), le = i("el-icon"), ae = i("jmash-enum-radio"), te = i("el-form"), oe = i("jmash-multi-upload");
150
+ return C(), $(L, null, [
151
151
  l(n, { span: 24 }, {
152
152
  default: t(() => e[12] || (e[12] = [
153
153
  r("div", { class: "title" }, "山西云时代技术有限公司大数据中心分公司项目验收书", -1)
154
154
  ])),
155
- _: 1
155
+ _: 1,
156
+ __: [12]
156
157
  }),
157
158
  l(te, {
158
159
  ref_key: "taskFormRef",
@@ -208,7 +209,7 @@ const Ie = /* @__PURE__ */ ne({
208
209
  prop: "orderNo"
209
210
  }, {
210
211
  default: t(() => [
211
- l(A, {
212
+ l(y, {
212
213
  modelValue: s(o).orderNo,
213
214
  "onUpdate:modelValue": e[2] || (e[2] = (d) => s(o).orderNo = d),
214
215
  placeholder: a.$t("itsmFlowAcceptance.orderIdRequired"),
@@ -245,7 +246,7 @@ const Ie = /* @__PURE__ */ ne({
245
246
  ]),
246
247
  _: 1
247
248
  }),
248
- l(_, null, {
249
+ l(A, null, {
249
250
  default: t(() => [
250
251
  l(n, { span: 12 }, {
251
252
  default: t(() => [
@@ -254,7 +255,7 @@ const Ie = /* @__PURE__ */ ne({
254
255
  prop: "serviceOrg"
255
256
  }, {
256
257
  default: t(() => [
257
- l(A, {
258
+ l(y, {
258
259
  modelValue: s(o).serviceOrg,
259
260
  "onUpdate:modelValue": e[4] || (e[4] = (d) => s(o).serviceOrg = d),
260
261
  placeholder: a.$t("itsmFlowAcceptance.orderIdRequireds"),
@@ -292,7 +293,7 @@ const Ie = /* @__PURE__ */ ne({
292
293
  ]),
293
294
  _: 1
294
295
  }),
295
- l(_, null, {
296
+ l(A, null, {
296
297
  default: t(() => [
297
298
  l(n, { span: 12 }, {
298
299
  default: t(() => [
@@ -319,11 +320,11 @@ const Ie = /* @__PURE__ */ ne({
319
320
  label: a.$t("itsmFlowAcceptance.members")
320
321
  }, {
321
322
  default: t(() => [
322
- l(A, {
323
+ l(y, {
323
324
  modelValue: v.value,
324
325
  "onUpdate:modelValue": e[7] || (e[7] = (d) => v.value = d),
325
326
  placeholder: a.$t("itsmFlowAcceptance.membersRequired"),
326
- data: s(y).values,
327
+ data: s(_).values,
327
328
  clearable: "",
328
329
  multiple: "",
329
330
  filterable: "",
@@ -360,7 +361,7 @@ const Ie = /* @__PURE__ */ ne({
360
361
  }, 8, ["label"]),
361
362
  l(u, null, {
362
363
  default: t(() => [
363
- ($(!0), C(L, null, re(c.value, (d, M) => ($(), C("div", {
364
+ (C(!0), $(L, null, re(c.value, (d, M) => (C(), $("div", {
364
365
  key: M,
365
366
  class: "files-list"
366
367
  }, [
@@ -447,7 +448,7 @@ const Ie = /* @__PURE__ */ ne({
447
448
  ]),
448
449
  _: 1
449
450
  }),
450
- l(_, { class: "bordered-row" }, {
451
+ l(A, { class: "bordered-row" }, {
451
452
  default: t(() => [
452
453
  l(n, { span: 12 }, {
453
454
  default: t(() => e[13] || (e[13] = [
@@ -465,7 +466,8 @@ const Ie = /* @__PURE__ */ ne({
465
466
  ])
466
467
  ], -1)
467
468
  ])),
468
- _: 1
469
+ _: 1,
470
+ __: [13]
469
471
  }),
470
472
  l(n, {
471
473
  span: 12,
@@ -486,7 +488,8 @@ const Ie = /* @__PURE__ */ ne({
486
488
  ])
487
489
  ], -1)
488
490
  ])),
489
- _: 1
491
+ _: 1,
492
+ __: [14]
490
493
  })
491
494
  ]),
492
495
  _: 1