Commit 3f500a09 authored by youjie's avatar youjie

修复bug

parent bafa23ef
...@@ -318,7 +318,7 @@ ...@@ -318,7 +318,7 @@
>载体类型<span style="color: #e54d42">*</span></view >载体类型<span style="color: #e54d42">*</span></view
> >
<view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;" <view class="bottom-border_r" style="padding: 10px 0;height: 42px;display: flex;"
@click="disabled || disabled3?'':(showTypeStatus= true,showType=1)"> @click="disabled ||disabled2?'':(showTypeStatus= true,showType=1)">
<input type="text" v-model="BrandClassName" :disabled="true" style="padding: 10px 0;width: 1px;flex:1" placeholder="请选择品牌分类" placeholder-style="color:#CECECE;"> <input type="text" v-model="BrandClassName" :disabled="true" style="padding: 10px 0;width: 1px;flex:1" placeholder="请选择品牌分类" placeholder-style="color:#CECECE;">
<u-icon name="arrow" color="#A5A4AC" size="30" ></u-icon> <u-icon name="arrow" color="#A5A4AC" size="30" ></u-icon>
</view> </view>
...@@ -621,7 +621,9 @@ export default { ...@@ -621,7 +621,9 @@ export default {
this.datas.IsComplete != undefined this.datas.IsComplete != undefined
) { ) {
//判断是否填写过了 //判断是否填写过了
this.model = this.datas.EnterpriseServicesModel let data = this.datas.CarrierModel
this.model = this.datas.CarrierModel
// this.BrandClassName = data.ClassName
if (this.model.BannerList && this.model.BannerList.length > 0) { if (this.model.BannerList && this.model.BannerList.length > 0) {
this.model.BannerList.forEach((x) => { this.model.BannerList.forEach((x) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment