Merge branch 'dev' of e.coding.net:g-cphe0354/yinshoukeguanliduan/management into dwb
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user