sangwenwei 1 tahun lalu
induk
melakukan
082a3cab05

+ 3 - 5
src/views/cw/reportManagement/ReportReviewTakeNumberForm.vue

@@ -1016,11 +1016,9 @@
 								}).then(async ()=>{
 									this.inputForm.isCompleteInvoice = '1'
 									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 {
 								this.doSubmit('start', callback)