|
|
|
@ -238,6 +238,7 @@
|
|
|
|
handleProgress(event, file, fileList) {
|
|
|
|
handleProgress(event, file, fileList) {
|
|
|
|
this.showProgress = true;
|
|
|
|
this.showProgress = true;
|
|
|
|
this.uploadProgress = event.percent;
|
|
|
|
this.uploadProgress = event.percent;
|
|
|
|
|
|
|
|
console.log("uploadProgress",this.showProgress,uploadProgress,event)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
async getCategoryList() {
|
|
|
|
async getCategoryList() {
|
|
|
|
const res = await getCategory({
|
|
|
|
const res = await getCategory({
|
|
|
|
|