Merge branch 'dev' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into dev
This commit is contained in:
commit
146e6ec2b1
|
|
@ -71,14 +71,16 @@
|
|||
trigger: 'blur'
|
||||
}]
|
||||
},
|
||||
form:form
|
||||
form:{...form}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
},
|
||||
methods: {
|
||||
restForm(){
|
||||
this.form=form
|
||||
console.log('restForm')
|
||||
console.log(form)
|
||||
this.form={...form}
|
||||
this.$refs.uploadImg.clearFiles()
|
||||
},
|
||||
diaClose(){
|
||||
|
|
@ -114,8 +116,9 @@
|
|||
type: 'success'
|
||||
});
|
||||
}
|
||||
this.$emit('success', res)
|
||||
this.close()
|
||||
|
||||
this.$emit('success', res)
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue