@witlink/usercenter 1.2.81 → 1.2.82
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/dist/usercenter.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './assets/main.
|
|
1
|
+
import './assets/main.4904cb40.css';var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => {
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
@@ -38722,7 +38722,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
|
|
|
38722
38722
|
form.parentRegion = result.parentRegion || "-";
|
|
38723
38723
|
form.autoGenerated = result.autoGenerated;
|
|
38724
38724
|
if (result.autoGenerated == 1) {
|
|
38725
|
-
const res = await getAutoRefCode({ parentId: params.id, type:
|
|
38725
|
+
const res = await getAutoRefCode({ parentId: params.id, type: 3 });
|
|
38726
38726
|
form.refCode = res.result;
|
|
38727
38727
|
}
|
|
38728
38728
|
loading.value = false;
|
|
@@ -39020,7 +39020,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
39020
39020
|
form.parentBranch = result.parentBranch;
|
|
39021
39021
|
form.autoGenerated = result.autoGenerated;
|
|
39022
39022
|
if (result.autoGenerated == 1) {
|
|
39023
|
-
const res = await getAutoRefCode({ parentId: params.id, type:
|
|
39023
|
+
const res = await getAutoRefCode({ parentId: params.id, type: 1 });
|
|
39024
39024
|
form.refCode = res.result;
|
|
39025
39025
|
}
|
|
39026
39026
|
};
|
|
@@ -40023,7 +40023,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
40023
40023
|
createVNode(unref(VxeColumn), {
|
|
40024
40024
|
field: "refCode",
|
|
40025
40025
|
title: _ctx.$t("uc_organ.refCode"),
|
|
40026
|
-
width: "
|
|
40026
|
+
width: "200"
|
|
40027
40027
|
}, null, 8, ["title"]),
|
|
40028
40028
|
createVNode(unref(VxeColumn), {
|
|
40029
40029
|
field: "createOperator",
|
|
@@ -44629,7 +44629,10 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
44629
44629
|
const loading = ref(false);
|
|
44630
44630
|
const cropperRef = ref();
|
|
44631
44631
|
const fileList = ref([]);
|
|
44632
|
-
const previewData = ref({
|
|
44632
|
+
const previewData = ref({
|
|
44633
|
+
url: "",
|
|
44634
|
+
img: {}
|
|
44635
|
+
});
|
|
44633
44636
|
const cropperOptions = reactive({
|
|
44634
44637
|
img: "",
|
|
44635
44638
|
autoCrop: true,
|
|
@@ -44756,7 +44759,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
44756
44759
|
_cache[3] || (_cache[3] = createElementVNode("br", null, null, -1)),
|
|
44757
44760
|
createVNode(_component_a_row, {
|
|
44758
44761
|
gutter: 8,
|
|
44759
|
-
align: "middle"
|
|
44762
|
+
align: "middle",
|
|
44763
|
+
style: { "justify-content": "space-between" }
|
|
44760
44764
|
}, {
|
|
44761
44765
|
default: withCtx(() => [
|
|
44762
44766
|
createVNode(_component_a_col, { span: 3 }, {
|
|
@@ -44812,7 +44816,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
44812
44816
|
}),
|
|
44813
44817
|
createVNode(_component_a_col, {
|
|
44814
44818
|
span: 3,
|
|
44815
|
-
offset: 15
|
|
44819
|
+
offset: 15,
|
|
44820
|
+
style: { "flex": "unset" }
|
|
44816
44821
|
}, {
|
|
44817
44822
|
default: withCtx(() => [
|
|
44818
44823
|
createVNode(_component_a_button, {
|