|
@@ -2193,6 +2193,9 @@ export default {
|
|
|
this.fullscreenLoading = true
|
|
|
saveSaveList(form).then(res => {
|
|
|
this.refreshData(res.data.data.id)
|
|
|
+ this.$message.success('保存成功');
|
|
|
+ }).catch(error => {
|
|
|
+ this.$message.error('保存失败,请重试');
|
|
|
}).finally(() => {
|
|
|
this.fullscreenLoading = false
|
|
|
})
|