Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -165,6 +165,7 @@ | @@ -165,6 +165,7 @@ | ||
| 165 | if (record.status === 1) { | 165 | if (record.status === 1) { |
| 166 | return { disabled: true }; | 166 | return { disabled: true }; |
| 167 | } else { | 167 | } else { |
| 168 | + singleStopDeleteStatus.value = false; | ||
| 168 | return { disabled: false }; | 169 | return { disabled: false }; |
| 169 | } | 170 | } |
| 170 | }; | 171 | }; |