提交 8d1f3f21 编写于 作者: Mosher's avatar Mosher

update:更新

上级 2b0193de
......@@ -312,7 +312,8 @@ export default class AppDataUploadView extends Vue {
if (cnt > dataArray.length) {
this.isUploading = false;
this.uploadProgress = 100;
this.promptInfo = this.$t("components.appDataUploadView.completed") as string;
this.$Notice.success({ desc: this.$t("components.appDataUploadView.completed") as string });
this.handleCancel();
return;
}
let sliceArray: Array<any> = [];
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册