Pārlūkot izejas kodu

change: 保存报价之后弹窗提示用户保存询价.

peter 1 nedēļu atpakaļ
vecāks
revīzija
afba06c7a0
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. 6 0
      src/pages/indent-manage/indent/edit.vue

+ 6 - 0
src/pages/indent-manage/indent/edit.vue

@@ -502,6 +502,12 @@ const quotaCreated = (data: any) => {
   if (Array.isArray(data.content)) {
     quoteList.value = quoteList.value.concat(data.content)
   }
+  ElNotification({
+    type: 'warning',
+    title: '报价数据已保存',
+    message: '别忘了点击 提交 按钮以保存询价数据',
+    duration: 10000,
+  })
 }
 
 const resetData = () => {