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