商家头像:
@@ -498,6 +508,7 @@ import { serverPaths } from '@/utils/enumData'
couponPicture:'',
consortiaContent: 0,
tags:'',
+ yysj:'',
rate: '',
identityName:'',
identityCard:'',
@@ -520,6 +531,7 @@ import { serverPaths } from '@/utils/enumData'
consortiaName: '',
consortiaContent: '',
tags:'',
+ yysj:'',
rate: '',
userId: '',
userName:'',
@@ -635,7 +647,8 @@ import { serverPaths } from '@/utils/enumData'
this.consortiaName = ''
this.couponPicture = ''
this.consortiaContent = ''
- this.tags='',
+ this.tags=''
+ this.yysj=''
this.userId = ''
this.userName = ''
this.phone = ''
@@ -786,6 +799,7 @@ import { serverPaths } from '@/utils/enumData'
'couponPicture': this.couponPicture,
'consortiaContent': this.consortiaContent,
'tags': this.tags,
+ 'yysj':this.yysj,
'rate': this.rate,
'userId': this.userId,
'identityName': this.identityName,
@@ -827,6 +841,7 @@ import { serverPaths } from '@/utils/enumData'
this.consortiaName = row.consortiaName
this.consortiaContent = row.consortiaContent
this.tags = row.tags
+ this.yysj = row.yysj
this.rate = row.rate
this.phone = row.phone
this.userId = row.userId
@@ -979,6 +994,7 @@ import { serverPaths } from '@/utils/enumData'
'consortiaName': this.consortiaName,
'consortiaContent': this.consortiaContent,
'tags': this.tags,
+ 'yysj': this.yysj,
'rate': this.rate,
'phone':this.phone,
'userId': this.userId,