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'
|
trigger: 'blur'
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
form:form
|
form:{...form}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
restForm(){
|
restForm(){
|
||||||
this.form=form
|
console.log('restForm')
|
||||||
|
console.log(form)
|
||||||
|
this.form={...form}
|
||||||
this.$refs.uploadImg.clearFiles()
|
this.$refs.uploadImg.clearFiles()
|
||||||
},
|
},
|
||||||
diaClose(){
|
diaClose(){
|
||||||
|
|
@ -114,8 +116,9 @@
|
||||||
type: 'success'
|
type: 'success'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.$emit('success', res)
|
|
||||||
this.close()
|
this.close()
|
||||||
|
|
||||||
|
this.$emit('success', res)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue