cloud-web-corejs 1.0.54-dev.532 → 1.0.54-dev.533

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.532",
4
+ "version": "1.0.54-dev.533",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -1228,11 +1228,12 @@ modules = {
1228
1228
  let $grid = this.getGridTable();
1229
1229
  let originOption = $grid.originOption;
1230
1230
  let formData = {};
1231
- const queryParams = Object.assign({}, formData);
1231
+
1232
1232
  if (customParam?.exportParam?.type !== "exportItem") {
1233
1233
  //非导出明细
1234
1234
  formData = tableOption.param ? tableOption.param() || {} : {};
1235
1235
  }
1236
+ const queryParams = Object.assign({}, formData);
1236
1237
 
1237
1238
  // 处理排序条件
1238
1239
  /*if (sorts) {