fix(component): 编辑器组件封装

This commit is contained in:
ronger 2024-02-26 15:07:11 +08:00
parent 6f9a4f5a46
commit 7534e7c90b

View File

@ -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 => {