antissoft
/
lvqianmeiye_ERP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
122a821ac5ae5a6579a224109950e28fd6955a04
Authored by
李宇
2026-04-04 00:42:03 +0800
1 parent
88fee5eb
最新
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
绿纤uni-app/pages/laundry-flow-send/laundry-flow-send.vue
绿纤uni-app/pages/laundry-flow-send/laundry-flow-send.vue
View file @
122a821
...
...
@@ -181,7 +181,9 @@
181
181
showDateTimePicker: false,
182
182
currentDateTimeValue: 0,
183
183
// 当前正在编辑时间的记录下标
184
- currentTimeIndex: -1
184
+ currentTimeIndex: -1,
185
+ // 当前正在编辑的记录下标(用于选择弹窗回填)
186
+ currentRecordIndex: -1
185
187
}
186
188
},
187
189
...
...