fix(underDirect): 修复伞下会员编号无法编辑 bug-140
This commit is contained in:
parent
df38f02939
commit
51f9577ad3
|
@ -295,10 +295,10 @@ export default {
|
|||
label: '会员系统',
|
||||
value: 0
|
||||
},
|
||||
{
|
||||
label: '海圣优选',
|
||||
value: 1
|
||||
},
|
||||
// {
|
||||
// label: '海圣优选',
|
||||
// value: 1
|
||||
// },
|
||||
{
|
||||
label: '全部',
|
||||
value: 9
|
||||
|
|
|
@ -280,7 +280,8 @@ export default {
|
|||
return {
|
||||
creationTime: [],
|
||||
select: {
|
||||
orderType: 1
|
||||
orderType: 1,
|
||||
memberCode: ''
|
||||
},
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
|
|
|
@ -240,7 +240,8 @@ export default {
|
|||
return {
|
||||
creationTime: [],
|
||||
select: {
|
||||
orderType: 1
|
||||
orderType: 1,
|
||||
memberCode: ''
|
||||
},
|
||||
// 查询参数
|
||||
queryParams: {
|
||||
|
|
|
@ -282,7 +282,8 @@ export default {
|
|||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 50,
|
||||
thetimes: []
|
||||
thetimes: [],
|
||||
memberCode: ''
|
||||
},
|
||||
total: 0,
|
||||
multipleSelection: [],
|
||||
|
|
|
@ -279,7 +279,8 @@ export default {
|
|||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 50,
|
||||
thetimes: []
|
||||
thetimes: [],
|
||||
memberCode: ''
|
||||
},
|
||||
total: 0,
|
||||
multipleSelection: [],
|
||||
|
|
Loading…
Reference in New Issue