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

This commit is contained in:
zhaoxiao
2021-10-27 11:24:27 +08:00
parent e250bfe515
commit ada23bcece
@@ -122,6 +122,8 @@ export default {
this.close() this.close()
}, },
open() { open() {
this.showExplainRemarks = false
this.form.resetFields()
let userInfo = Vue.ls.get(USER_INFO) let userInfo = Vue.ls.get(USER_INFO)
console.log(userInfo) console.log(userInfo)
this.model.userName = userInfo.realname this.model.userName = userInfo.realname
@@ -131,6 +133,8 @@ export default {
}) })
}, },
close() { close() {
this.showExplainRemarks = false
this.form.resetFields()
this.visible = false this.visible = false
}, },
/** /**