[bug] 审核带出了上个审核合同的信息
This commit is contained in:
@@ -114,6 +114,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
|
||||||
@@ -123,6 +125,8 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
close() {
|
close() {
|
||||||
|
this.showExplainRemarks = false
|
||||||
|
this.form.resetFields()
|
||||||
this.visible = false
|
this.visible = false
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user