Commit 122a821ac5ae5a6579a224109950e28fd6955a04
1 parent
88fee5eb
最新
Showing
1 changed file
with
3 additions
and
1 deletions
绿纤uni-app/pages/laundry-flow-send/laundry-flow-send.vue
| @@ -181,7 +181,9 @@ | @@ -181,7 +181,9 @@ | ||
| 181 | showDateTimePicker: false, | 181 | showDateTimePicker: false, |
| 182 | currentDateTimeValue: 0, | 182 | currentDateTimeValue: 0, |
| 183 | // 当前正在编辑时间的记录下标 | 183 | // 当前正在编辑时间的记录下标 |
| 184 | - currentTimeIndex: -1 | 184 | + currentTimeIndex: -1, |
| 185 | + // 当前正在编辑的记录下标(用于选择弹窗回填) | ||
| 186 | + currentRecordIndex: -1 | ||
| 185 | } | 187 | } |
| 186 | }, | 188 | }, |
| 187 | 189 |