fix(underDirect): 修复伞下会员编号无法编辑 bug-140

This commit is contained in:
woody 2025-06-03 09:10:30 +08:00
parent a879489245
commit dad44ee6f0
5 changed files with 12 additions and 8 deletions

View File

@ -295,10 +295,10 @@ export default {
label: '会员系统',
value: 0
},
{
label: '海圣优选',
value: 1
},
// {
// label: '',
// value: 1
// },
{
label: '全部',
value: 9

View File

@ -280,7 +280,8 @@ export default {
return {
creationTime: [],
select: {
orderType: 1
orderType: 1,
memberCode: ''
},
//
queryParams: {

View File

@ -240,7 +240,8 @@ export default {
return {
creationTime: [],
select: {
orderType: 1
orderType: 1,
memberCode: ''
},
//
queryParams: {

View File

@ -282,7 +282,8 @@ export default {
queryParams: {
pageNum: 1,
pageSize: 50,
thetimes: []
thetimes: [],
memberCode: ''
},
total: 0,
multipleSelection: [],

View File

@ -279,7 +279,8 @@ export default {
queryParams: {
pageNum: 1,
pageSize: 50,
thetimes: []
thetimes: [],
memberCode: ''
},
total: 0,
multipleSelection: [],