Compare commits
No commits in common. "9d08b3d2cbf261b857c512657c84c43802022fd3" and "7df2bde70b051a008a37af0f7bf6bcf53d0a8347" have entirely different histories.
9d08b3d2cb
...
7df2bde70b
@ -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}`),
|
||||
|
||||
@ -203,11 +203,6 @@ const handleSmsNotify = async () => {
|
||||
phone: phone
|
||||
})
|
||||
message.success('短信发送成功')
|
||||
handleClose()
|
||||
emit('confirm', {
|
||||
reportFiles: [],
|
||||
certificateFiles: []
|
||||
})
|
||||
} catch (error) {
|
||||
console.error(error)
|
||||
message.error('短信发送失败')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user