魏志佳 4 سال پیش
والد
کامیت
86b0d7f8e4
1فایلهای تغییر یافته به همراه9 افزوده شده و 2 حذف شده
  1. 9 2
      src/views/modules/workBench/orderList.vue

+ 9 - 2
src/views/modules/workBench/orderList.vue

@@ -680,8 +680,15 @@ export default {
             this.orderSponsor='';
         },
 
-        tableHttp(){
-            
+        tableHttp(type){
+            if(type==0){
+
+            }
+            getAction('/platform/order/listByCreator',{
+
+            }).then(res=>{
+
+            })
         },
     },
     mounted(){