Compare commits

..

No commits in common. "9d08b3d2cbf261b857c512657c84c43802022fd3" and "7df2bde70b051a008a37af0f7bf6bcf53d0a8347" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -55,7 +55,7 @@ export default {
// 退款
refundInvoice: (data = {}) => request.post('/invoice/update-status', data),
// invoice headers
getInvoiceHeaders: (params = {}) => request.get('/app-invoices/headers', { params }),
getInvoiceHeaders: (params = {}) => request.get('/invoice/list', { params }),
// valuation (估值评估)
getValuationList: (params = {}) => request.get('/valuations/', { params }),
getValuationById: (params = {}) => request.get(`/valuations/${params.valuation_id || params.id}`),

View File

@ -203,11 +203,6 @@ const handleSmsNotify = async () => {
phone: phone
})
message.success('短信发送成功')
handleClose()
emit('confirm', {
reportFiles: [],
certificateFiles: []
})
} catch (error) {
console.error(error)
message.error('短信发送失败')