|
@@ -226,7 +226,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
async invoicecheck() {
|
|
|
- let res = await asyncRequest.invoicecheck({ sid: this.id });
|
|
|
+ let res = await asyncRequest.invoicecheck({ sid: this.id,type:1 });
|
|
|
if (res && res.code === 0) {
|
|
|
await this.invoiceSuccess();
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|