|
@@ -236,9 +236,9 @@ export default {
|
|
try {
|
|
try {
|
|
const res = await submitInvoice(params);
|
|
const res = await submitInvoice(params);
|
|
if (res) {
|
|
if (res) {
|
|
- Toast({
|
|
|
|
|
|
+ /*Toast({
|
|
message: '开票成功',
|
|
message: '开票成功',
|
|
- });
|
|
|
|
|
|
+ });*/
|
|
uni.setStorageSync('invoiceindex', 2)
|
|
uni.setStorageSync('invoiceindex', 2)
|
|
// vue.router router.replace点两次返回问题及解决方案: https://blog.csdn.net/william_jzy/article/details/85760660
|
|
// vue.router router.replace点两次返回问题及解决方案: https://blog.csdn.net/william_jzy/article/details/85760660
|
|
this.$router.replace({
|
|
this.$router.replace({
|