魏志佳 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(){