Explorar o código

增加保存成功

web100 %!s(int64=2) %!d(string=hai) anos
pai
achega
2c38f939db
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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
           })