Commit 9c2fb559 authored by youjie's avatar youjie

no message

parent f8546831
......@@ -624,7 +624,7 @@ export default {
//判断是否填写过了
let data = this.datas.CarrierModel
this.model = this.datas.CarrierModel
this.model.OpenTime = formatDate(new Date(data.OpenTime))
this.model.OpenTime = formatDate(new Date(this.model.OpenTime),'yyyy-MM-dd')
this.model.CompanyId = this.datas.CompanyId;
this.BrandClassName = data.CategoryName
......
......@@ -454,8 +454,8 @@
if(this.datas.CompanyStatus!=undefined && this.datas.IsComplete != undefined){//判断是否填写过了
let data = this.datas.EnterpriseServicesModel
this.model = this.datas.EnterpriseServicesModel
this.model.OperationTime = formatDate(new Date(data.OperationTime))
this.model.HandoverDate = formatDate(new Date(data.HandoverDate))
this.model.OperationTime = formatDate(new Date(data.OperationTime),'yyyy-MM-dd')
this.model.HandoverDate = formatDate(new Date(data.HandoverDate),'yyyy-MM-dd')
this.model.CompanyId = this.datas.CompanyId
this.glBrandName = data.Name
if(this.model.BannerList && this.model.BannerList.length>0){
......
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