cloud-web-corejs 1.0.54-dev.415 → 1.0.54-dev.416

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.415",
4
+ "version": "1.0.54-dev.416",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -504,7 +504,7 @@ export default {
504
504
  url: `/${this.serviceName}/wf_info/listGroupPage`,
505
505
  method: "post",
506
506
  data: {
507
- type: 0,
507
+ type: 99,
508
508
  },
509
509
  success: (res) => {
510
510
  this.objTypeList = res?.objx?.records || [];