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