[bug] 审核带出了上个审核合同的信息
This commit is contained in:
@@ -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
|
||||
},
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user