|
@@ -1016,11 +1016,9 @@
|
|
}).then(async ()=>{
|
|
}).then(async ()=>{
|
|
this.inputForm.isCompleteInvoice = '1'
|
|
this.inputForm.isCompleteInvoice = '1'
|
|
this.doSubmit('start', callback)
|
|
this.doSubmit('start', callback)
|
|
- }).catch(async (action)=>{
|
|
|
|
- if (action === 'cancel'){
|
|
|
|
- this.inputForm.isCompleteInvoice = '0'
|
|
|
|
- this.doSubmit('start', callback)
|
|
|
|
- }
|
|
|
|
|
|
+ }).catch(async ()=>{
|
|
|
|
+ this.inputForm.isCompleteInvoice = '0'
|
|
|
|
+ this.doSubmit('start', callback)
|
|
})
|
|
})
|
|
}else {
|
|
}else {
|
|
this.doSubmit('start', callback)
|
|
this.doSubmit('start', callback)
|