[bug] 审核带出了上个审核合同的信息

This commit is contained in:
zhaoxiao
2021-10-27 11:26:37 +08:00
parent c75e127df0
commit e5ef08fcbc
@@ -114,6 +114,8 @@ export default {
this.close()
},
open() {
this.showExplainRemarks = false
this.form.resetFields()
let userInfo = Vue.ls.get(USER_INFO)
console.log(userInfo)
this.model.userName = userInfo.realname
@@ -123,6 +125,8 @@ export default {
})
},
close() {
this.showExplainRemarks = false
this.form.resetFields()
this.visible = false
},
/**