diff --git a/src/components/shop-car-apply/apply_service_state.vue b/src/components/shop-car-apply/apply_service_state.vue index baada5f221e9fd48538448325e8c78ec463bcd43..72443789dc7f61deaf044862ded4cccad5e64aae 100644 --- a/src/components/shop-car-apply/apply_service_state.vue +++ b/src/components/shop-car-apply/apply_service_state.vue @@ -2,10 +2,7 @@
-
+

{{ data.title }} @@ -33,8 +30,7 @@ border: 'solid 1px #e4c884', } " - >{{ item.tip }} + >{{ item.tip }}

{{ data.type }}

{{ data.auth }}

@@ -44,9 +40,7 @@

{{ data.size }}

{{ data.applytype }}

-
- {{ data.num }} -
+
{{ data.num }}

应用场景:

- +
-

- 选择需要申请的数据项: +

+ 选择需要申请的数据项:

{ - return v.url - }).join(';') - console.log(this.fileList) - } - }, + console.log(val); + this.fileList = ""; + this.fileList = val + .map((v, k) => { + return v.url; + }) + .join(";"); + console.log(this.fileList); + } + } }; diff --git a/src/pages/service_shop/shop_car_apply.vue b/src/pages/service_shop/shop_car_apply.vue index 3c3deaeacca8d54e1c1b5f3ccc071e75d699cbe0..d2fbef8ae702bb3c6fe5e3d1beb42a0eb3d38102 100644 --- a/src/pages/service_shop/shop_car_apply.vue +++ b/src/pages/service_shop/shop_car_apply.vue @@ -1,15 +1,15 @@