cloud-web-corejs 1.0.54-dev.349 → 1.0.54-dev.350

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.349",
4
+ "version": "1.0.54-dev.350",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -384,6 +384,9 @@ export default {
384
384
  this.nodeList = [];
385
385
  },
386
386
  handleSelectChange() {
387
+ if (this.formData.stat === "") {
388
+ this.formData.stat = null;
389
+ }
387
390
  this.loadWfSummaryCount();
388
391
  this.searchEvent();
389
392
  this.clearWfSummaryNode();