fix(component): 编辑器组件封装
This commit is contained in:
parent
6f9a4f5a46
commit
7534e7c90b
@ -236,7 +236,7 @@ export default {
|
|||||||
},
|
},
|
||||||
async updatePortfolio() {
|
async updatePortfolio() {
|
||||||
let _ts = this
|
let _ts = this
|
||||||
let data = this.handleSubmitData()
|
let data = await this.handleSubmitData()
|
||||||
let id = _ts.idPortfolio;
|
let id = _ts.idPortfolio;
|
||||||
|
|
||||||
this.$refs.cropper.getCropData(img => {
|
this.$refs.cropper.getCropData(img => {
|
||||||
|
Loading…
Reference in New Issue
Block a user