魏志佳 4 anos atrás
pai
commit
86b0d7f8e4
1 arquivos alterados com 9 adições e 2 exclusões
  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(){