修改bug 52488 标准解读流程:流程发起 数据保存后在草稿界面中 必填项丢失,并且数据UI也错乱了

This commit is contained in:
zhangyichen
2022-04-19 16:01:32 +08:00
parent 6ae0472109
commit ced5c03807
@@ -1037,6 +1037,9 @@ export default {
},
handleTabs(name) {
this.active = name
this.$nextTick(()=>{
this.$refs.filterTable.doLayout()
})
},
handleSave() {
this.saveLoading = true