魏志佳 4 tahun lalu
induk
melakukan
86b0d7f8e4
1 mengubah file dengan 9 tambahan dan 2 penghapusan
  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='';
             this.orderSponsor='';
         },
         },
 
 
-        tableHttp(){
-            
+        tableHttp(type){
+            if(type==0){
+
+            }
+            getAction('/platform/order/listByCreator',{
+
+            }).then(res=>{
+
+            })
         },
         },
     },
     },
     mounted(){
     mounted(){