sasp-flow-render 1.1.31-decoupling → 1.1.32-decoupling

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.1.31-decoupling",
3
+ "version": "1.1.32-decoupling",
4
4
  "description": "业务应用支撑平台-智慧流程渲染组件",
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build"
@@ -832,6 +832,10 @@ export default {
832
832
  return optFormData;
833
833
  },
834
834
 
835
+ closeInstDialog(){
836
+ this.flowInstDataDialog = false;
837
+ },
838
+
835
839
  /**
836
840
  * 保存表单信息
837
841
  */