hejie 3 سال پیش
والد
کامیت
ae6847e8fe
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/pagesB/invoice/editinvoice.vue

+ 3 - 1
src/pagesB/invoice/editinvoice.vue

@@ -133,7 +133,9 @@ export default {
             orderId:this.list.toString()
         }
         post('invoice/invoicing',data).then(res => {
-            console.log(res,"aaaaaaa");
+            if(res.code === 0){
+                this.goto("/pagesB/invoice/Billingresult",{id : res.data});
+            }
         })
     },
     //重置