|
|
@@ -1813,7 +1813,7 @@ export default {
|
|
|
let imgExporting = await this.getPPTimgExporting()
|
|
|
if (type == 1 && imgExporting) {
|
|
|
this.uploadWorkLoading = false;
|
|
|
- this.$message.info(this.lang.ssPptLoad)
|
|
|
+ this.$message.info(this.lang.ssPptLoad2)
|
|
|
return
|
|
|
}
|
|
|
const _pptData2 = JSON.parse(JSON.stringify(_pptData))
|
|
|
@@ -1932,7 +1932,7 @@ export default {
|
|
|
let imgExporting = await this.getPPTimgExporting()
|
|
|
if (type == 1 && imgExporting) {
|
|
|
this.uploadWorkLoading = false;
|
|
|
- this.$message.info(this.lang.ssPptLoad)
|
|
|
+ this.$message.info(this.lang.ssPptLoad2)
|
|
|
return
|
|
|
}
|
|
|
const _pptData2 = JSON.parse(JSON.stringify(_pptData))
|