From 440ab1ad9b65d43c7ec8c8aca919d00a76f30ea0 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Tue, 16 Jun 2020 16:05:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/service_shop/shop_car_apply.vue | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/pages/service_shop/shop_car_apply.vue b/src/pages/service_shop/shop_car_apply.vue index bcda86b..d78674f 100644 --- a/src/pages/service_shop/shop_car_apply.vue +++ b/src/pages/service_shop/shop_car_apply.vue @@ -1,13 +1,13 @@ @@ -115,6 +115,22 @@ export default { }, methods: { + sub_service(){ + console.log(this.$refs.apply_info.formInline); + // var temp = { + // "apply_part":{ + // "o_name":"部门联系人姓名", + // "o_mobile":"部门联系人电话 / 手机号 或 固话" + // }, + // carts:[] + + // } + // this.$http + // .post(`/apaas/serviceapp/v3/shopcart/apply`) + // .then(response => { + // console.log(response); + // }) + }, get_car_list(){ this.service_arr = [] this.$http -- 2.26.0