自动化代码提示变更 且符合vue3规则

This commit is contained in:
piexlmax
2021-08-26 15:18:31 +08:00
parent 59ffff1a6a
commit a70b2b67ac
6 changed files with 19 additions and 12 deletions

View File

@@ -324,6 +324,13 @@ export default {
if (data.headers?.success === 'false') {
return
} else {
if (this.form.autoMoveFile) {
this.$message({
type: 'success',
message: '自动化代码创建成功,自动移动成功'
})
return
}
this.$message({
type: 'success',
message: '自动化代码创建成功,正在下载'