فهرست منبع

增加保存成功

web100 2 سال پیش
والد
کامیت
2c38f939db
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/views/bidingDocument/issueTender/detailsPageEdit.vue

+ 3 - 0
src/views/bidingDocument/issueTender/detailsPageEdit.vue

@@ -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
           })