mooho-base-admin-plus 2.4.14 → 2.4.15
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/history.md
CHANGED
|
@@ -24273,14 +24273,14 @@ var customModelApi = {
|
|
|
24273
24273
|
if (tableView2.isGroupBy) {
|
|
24274
24274
|
data2.groupColumn = JSON.parse(tableView2.groupColumn);
|
|
24275
24275
|
data2.groupMethod = JSON.parse(tableView2.groupMethod);
|
|
24276
|
-
await service({
|
|
24276
|
+
result2 = await service({
|
|
24277
24277
|
url: `api/${res$h}/group`,
|
|
24278
24278
|
method: "post",
|
|
24279
24279
|
responseType: "blob",
|
|
24280
24280
|
data: data2
|
|
24281
24281
|
});
|
|
24282
24282
|
} else {
|
|
24283
|
-
await service({
|
|
24283
|
+
result2 = await service({
|
|
24284
24284
|
url: `api/${res$h}/query`,
|
|
24285
24285
|
method: "post",
|
|
24286
24286
|
responseType: "blob",
|
|
@@ -24304,14 +24304,14 @@ var customModelApi = {
|
|
|
24304
24304
|
if (tableView2.isGroupBy) {
|
|
24305
24305
|
data2.groupColumn = JSON.parse(tableView2.groupColumn);
|
|
24306
24306
|
data2.groupMethod = JSON.parse(tableView2.groupMethod);
|
|
24307
|
-
await service({
|
|
24307
|
+
result2 = await service({
|
|
24308
24308
|
url: `api/${res$h}/group`,
|
|
24309
24309
|
method: "post",
|
|
24310
24310
|
responseType: "blob",
|
|
24311
24311
|
data: data2
|
|
24312
24312
|
});
|
|
24313
24313
|
} else {
|
|
24314
|
-
await service({
|
|
24314
|
+
result2 = await service({
|
|
24315
24315
|
url: `api/${res$h}/query`,
|
|
24316
24316
|
method: "post",
|
|
24317
24317
|
responseType: "blob",
|
|
@@ -34296,7 +34296,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34296
34296
|
]),
|
|
34297
34297
|
_: 1
|
|
34298
34298
|
}, 8, ["onClick"]),
|
|
34299
|
-
_ctx.$refs.form && _ctx.$refs.form.data && _ctx.$refs.form.data.application &&
|
|
34299
|
+
_ctx.$refs.form && _ctx.$refs.form.data && _ctx.$refs.form.data.application && (_ctx.$refs.form.data.application.status == "Draft" || _ctx.$refs.form.data.application.status == "Rejected") ? (openBlock(), createBlock(_component_Button, {
|
|
34300
34300
|
key: 0,
|
|
34301
34301
|
type: "warning",
|
|
34302
34302
|
"custom-icon": "fa fa-trash-alt",
|