sasp-flow-render 1.0.21 → 1.0.22

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,6 +1,6 @@
1
1
  {
2
2
  "name": "sasp-flow-render",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "业务应用支撑平台-智慧流程渲染组件",
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build"
@@ -722,6 +722,8 @@
722
722
  }
723
723
  if (this.flowSortOrder) {
724
724
  this.crud.searchForm.flowSortOrder = this.flowSortOrder;
725
+ }else{
726
+ this.crud.searchForm.flowSortOrder = "";
725
727
  }
726
728
  this.$emit("initTabNum");
727
729
  if (type == "noMessage") {