gds-plus-design-vue 1.1.81 → 1.1.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/lib/gd-initial.js +2 -2
- package/lib/gd-initial.mjs +9 -15
- package/lib/style.css +2 -2
- package/lib/system.dict.5ffc0729.js +1 -0
- package/lib/{system.dict.28a0f526.mjs → system.dict.d904a4c1.mjs} +2 -2
- package/lib/{system.webresource.15e6ad21.mjs → system.webresource.16b9b302.mjs} +1 -1
- package/lib/{system.webresource.7018c9a3.js → system.webresource.a5ea3b96.js} +1 -1
- package/package.json +1 -1
- package/lib/system.dict.aa93f41b.js +0 -1
package/lib/gd-initial.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { i as sysSavedQueryAdd, j as sysSavedQueryEdit, k as sysViewDetails, l a
|
|
|
8
8
|
import { c as childEditor, v as vueQuillEditor, G as GDpackage$1a } from "./system.email.ccea99a3.mjs";
|
|
9
9
|
import { G as GDpackage$O } from "./system.org.b76023b7.mjs";
|
|
10
10
|
import { s as sysPosPage, a as sysPosDelete$1, b as sysPosEdit$1, c as sysPosAdd$1, G as GDpackage$P } from "./system.pos.db7cc8b1.mjs";
|
|
11
|
-
import { a as sysDictDataPage, b as sysDictTypePage, G as GDpackage$Q } from "./system.dict.
|
|
11
|
+
import { a as sysDictDataPage, b as sysDictTypePage, G as GDpackage$Q } from "./system.dict.d904a4c1.mjs";
|
|
12
12
|
import { G as GDpackage$R } from "./system.user.12324280.mjs";
|
|
13
13
|
import { G as GDpackage$S, a as GDpackage$T, b as GDpackage$U, c as GDpackage$V, d as GDpackage$X } from "./system.log.cc844d4f.mjs";
|
|
14
14
|
import { G as GDpackage$Y } from "./system.machine.4c9db2b1.mjs";
|
|
@@ -16,7 +16,7 @@ import { G as GDpackage$Z } from "./system.onlineuser.99bd4e86.mjs";
|
|
|
16
16
|
import { G as GDpackage$_ } from "./system.config.00e549b8.mjs";
|
|
17
17
|
import { G as GDpackage$$ } from "./system.notice.c3b65e57.mjs";
|
|
18
18
|
import { G as GDpackage$W } from "./system.noticereceived.a3af9de9.mjs";
|
|
19
|
-
import { s as sysWebDataPage, G as GDpackage$10 } from "./system.webresource.
|
|
19
|
+
import { s as sysWebDataPage, G as GDpackage$10 } from "./system.webresource.16b9b302.mjs";
|
|
20
20
|
import { G as GDpackage$11 } from "./system.role.0bba7e75.mjs";
|
|
21
21
|
import { G as GDpackage$13 } from "./system.file.e706cecf.mjs";
|
|
22
22
|
import { G as GDpackage$14 } from "./system.timers.d0f4b3d9.mjs";
|
|
@@ -77173,7 +77173,7 @@ var _sfc_render$8 = function i() {
|
|
|
77173
77173
|
null,
|
|
77174
77174
|
null
|
|
77175
77175
|
);
|
|
77176
|
-
const ProcessFlow = __component__$8.exports,
|
|
77176
|
+
const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_scoped_f60e5ebc_lang = "", _sfc_main$7 = {
|
|
77177
77177
|
name: "GdFormBuild",
|
|
77178
77178
|
props: {
|
|
77179
77179
|
modeType: {
|
|
@@ -77936,13 +77936,11 @@ const ProcessFlow = __component__$8.exports, main_vue_vue_type_style_index_0_sco
|
|
|
77936
77936
|
this.parameterData = Object.assign(this.baseFormatterData(i), { id: this.id });
|
|
77937
77937
|
},
|
|
77938
77938
|
baseEnable(i = 1) {
|
|
77939
|
-
this.id === "" ? this.baseEnableDisable() : baseCheckPermission({
|
|
77939
|
+
return this.id === "" ? this.baseEnableDisable(i) : baseCheckPermission({
|
|
77940
77940
|
OperationType: "disenable",
|
|
77941
77941
|
codeGenId: this.tableData.id,
|
|
77942
77942
|
DataIds: this.id
|
|
77943
|
-
}).then((t) => {
|
|
77944
|
-
t.data ? this.baseEnableDisable() : this.$message.error(this.$i18nt("gd.https.operateFail", "\u64CD\u4F5C\u5931\u8D25") + t.message);
|
|
77945
|
-
});
|
|
77943
|
+
}).then((t) => t.data ? this.baseEnableDisable(i) : (this.$message.error(this.$i18nt("gd.https.operateFail", "\u64CD\u4F5C\u5931\u8D25") + t.message), { res: null }));
|
|
77946
77944
|
},
|
|
77947
77945
|
baseEnableDisable(i = 1) {
|
|
77948
77946
|
let t = this;
|
|
@@ -78450,7 +78448,7 @@ var _sfc_render$7 = function i() {
|
|
|
78450
78448
|
_sfc_staticRenderFns$7,
|
|
78451
78449
|
!1,
|
|
78452
78450
|
null,
|
|
78453
|
-
"
|
|
78451
|
+
"f60e5ebc",
|
|
78454
78452
|
null,
|
|
78455
78453
|
null
|
|
78456
78454
|
);
|
|
@@ -79102,7 +79100,7 @@ var _sfc_render$4 = function i() {
|
|
|
79102
79100
|
null,
|
|
79103
79101
|
null
|
|
79104
79102
|
);
|
|
79105
|
-
const QuickSearch = __component__$4.exports,
|
|
79103
|
+
const QuickSearch = __component__$4.exports, main_vue_vue_type_style_index_0_scoped_c08f7589_lang = "";
|
|
79106
79104
|
var timeOut = null;
|
|
79107
79105
|
const _sfc_main$3 = {
|
|
79108
79106
|
name: "GdViewBuildDesigner",
|
|
@@ -80079,11 +80077,7 @@ const _sfc_main$3 = {
|
|
|
80079
80077
|
});
|
|
80080
80078
|
},
|
|
80081
80079
|
baseEnable(i = 1) {
|
|
80082
|
-
|
|
80083
|
-
this.$message.warning(this.$i18nt("gd.https.operateTip", "\u8BF7\u9009\u62E9\u8981\u64CD\u4F5C\u7684\u6570\u636E!"));
|
|
80084
|
-
return;
|
|
80085
|
-
}
|
|
80086
|
-
baseCheckPermission({
|
|
80080
|
+
return this.selectedRowKeys.length === 0 ? (this.$message.warning(this.$i18nt("gd.https.operateTip", "\u8BF7\u9009\u62E9\u8981\u64CD\u4F5C\u7684\u6570\u636E!")), Promise.resolve()) : baseCheckPermission({
|
|
80087
80081
|
OperationType: "disenable",
|
|
80088
80082
|
codeGenId: this.tableData.id,
|
|
80089
80083
|
DataIds: this.selectedRowKeys[0]
|
|
@@ -80365,7 +80359,7 @@ var _sfc_render$3 = function i() {
|
|
|
80365
80359
|
_sfc_staticRenderFns$3,
|
|
80366
80360
|
!1,
|
|
80367
80361
|
null,
|
|
80368
|
-
"
|
|
80362
|
+
"c08f7589",
|
|
80369
80363
|
null,
|
|
80370
80364
|
null
|
|
80371
80365
|
);
|