强控和装表字段调整

This commit is contained in:
2025-11-12 15:38:00 +08:00
parent 422338f816
commit 391219bde1
4 changed files with 8 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ onMenuSelect(e) {
case "noticeFlowType":
this.setData({
noticeFlowType: data,
noticeFlowType: way,
noticeFlowTypeName: data,
page: 1,
}, () => {
@@ -75,7 +75,7 @@ onMenuSelect(e) {
break;
case "noticeFlowStatus":
this.setData({
noticeFlowStatus: data,
noticeFlowStatus: way,
noticeFlowStatusName: data,
page: 1,
}, () => {