super-page-runtime 2.0.64 → 2.0.66
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.
|
@@ -1021,13 +1021,17 @@ function exportFunc(params) {
|
|
|
1021
1021
|
const isPermission = configureBase.isPermission === void 0 || configureBase.isPermission === "true" || configureBase.isPermission;
|
|
1022
1022
|
const functionCodes = getPermissionCodes(params.configureObj, pageContext);
|
|
1023
1023
|
const exportFileName = pageName;
|
|
1024
|
+
const exportOptions = {
|
|
1025
|
+
backendUrl: pageContext.backendUrl
|
|
1026
|
+
};
|
|
1027
|
+
console.log("exportFunc======exportOptions=", exportOptions);
|
|
1024
1028
|
window["$vueApp"].config.globalProperties.$exportDataNew(
|
|
1025
1029
|
dataParam,
|
|
1026
1030
|
exportFileName,
|
|
1027
1031
|
listCode,
|
|
1028
1032
|
functionCodes,
|
|
1029
1033
|
null,
|
|
1030
|
-
|
|
1034
|
+
exportOptions,
|
|
1031
1035
|
isAsync,
|
|
1032
1036
|
pageContext.code,
|
|
1033
1037
|
isPermission
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.66",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
49
49
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
50
50
|
"@vue/test-utils": "^2.4.4",
|
|
51
|
-
"agilebuilder-ui": "1.0.
|
|
51
|
+
"agilebuilder-ui": "1.0.49",
|
|
52
52
|
"axios": "^1.6.8",
|
|
53
53
|
"cypress": "^13.6.6",
|
|
54
54
|
"element-plus": "^2.6.1",
|