修改bug 52488 标准解读流程:流程发起 数据保存后在草稿界面中 必填项丢失,并且数据UI也错乱了
This commit is contained in:
@@ -1037,6 +1037,9 @@ export default {
|
|||||||
},
|
},
|
||||||
handleTabs(name) {
|
handleTabs(name) {
|
||||||
this.active = name
|
this.active = name
|
||||||
|
this.$nextTick(()=>{
|
||||||
|
this.$refs.filterTable.doLayout()
|
||||||
|
})
|
||||||
},
|
},
|
||||||
handleSave() {
|
handleSave() {
|
||||||
this.saveLoading = true
|
this.saveLoading = true
|
||||||
|
|||||||
Reference in New Issue
Block a user