Ver código fonte

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

peter 1 semana atrás
pai
commit
afba06c7a0
1 arquivos alterados com 6 adições e 0 exclusões
  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 = () => {