修复问题

This commit is contained in:
sgjj 2020-09-16 17:01:08 +08:00
parent 36ff8a02ee
commit d4b7b2b830
1 changed files with 12 additions and 0 deletions

View File

@ -212,6 +212,12 @@
title: '更新成功!',
type: 'success'
});
}else {
that.$notify({
title: '生成失败',
message:data.msg,
type: 'error'
});
}
}).catch(function (err) {
that.$notify({
@ -236,6 +242,12 @@
title: '更新成功!',
type: 'success'
});
}else {
that.$notify({
title: '生成失败!',
message:data.msg,
type: 'error'
});
}
}).catch(function (err) {
that.$notify({