update 会后管理流程
This commit is contained in:
+3
-1
@@ -207,7 +207,9 @@ export default {
|
||||
if (res.success) {
|
||||
const data = res.result || {}
|
||||
this.formInfo = data
|
||||
this.$refs.baseInfoForm.initData(data)
|
||||
this.$nextTick(() => {
|
||||
this.$refs.baseInfoForm.initData(data)
|
||||
})
|
||||
}
|
||||
})
|
||||
// 如果是待办进来,就获取详情数据
|
||||
|
||||
Reference in New Issue
Block a user