|
|
@@ -1812,6 +1812,7 @@ export default {
|
|
|
let _pptData = await this.getPPtJson();
|
|
|
let imgExporting = await this.getPPTimgExporting()
|
|
|
if (type == 1 && imgExporting) {
|
|
|
+ this.uploadWorkLoading = false;
|
|
|
this.$message.info(this.lang.ssPptLoad)
|
|
|
return
|
|
|
}
|
|
|
@@ -1930,6 +1931,7 @@ export default {
|
|
|
let _pptData = await this.getPPtJson();
|
|
|
let imgExporting = await this.getPPTimgExporting()
|
|
|
if (type == 1 && imgExporting) {
|
|
|
+ this.uploadWorkLoading = false;
|
|
|
this.$message.info(this.lang.ssPptLoad)
|
|
|
return
|
|
|
}
|