update for cancel dialog
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -153,7 +153,7 @@ function getCancelReason(code, onCancel) { | @@ -153,7 +153,7 @@ function getCancelReason(code, onCancel) { | ||
153 | if (r.reason === '其他' || r.reason === '其它') { | 153 | if (r.reason === '其他' || r.reason === '其它') { |
154 | r.isOther = true; | 154 | r.isOther = true; |
155 | } | 155 | } |
156 | - }) | 156 | + }); |
157 | 157 | ||
158 | reasons.push({ | 158 | reasons.push({ |
159 | subReasons: d | 159 | subReasons: d |
-
Please register or login to post a comment