bug修改
This commit is contained in:
@@ -115,6 +115,7 @@ export default {
|
||||
this.form.resetFields()
|
||||
this.model = Object.assign({}, record)
|
||||
this.visible = true
|
||||
console.log(this.model)
|
||||
let date = new Date()
|
||||
let sendDate = date.getFullYear() + '-' + (date.getMonth() + 1) + '-' + date.getDate()
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user