Showing
2 changed files
with
6 additions
and
4 deletions
@@ -127,7 +127,8 @@ var ENUM={ | @@ -127,7 +127,8 @@ var ENUM={ | ||
127 | return { | 127 | return { |
128 | id:item.id, | 128 | id:item.id, |
129 | isFreeze:"Y", | 129 | isFreeze:"Y", |
130 | - operations:"3" | 130 | + operations:"3", |
131 | + status:200 | ||
131 | }; | 132 | }; |
132 | } | 133 | } |
133 | Bll.toast("确定要冻结申请吗?",data); | 134 | Bll.toast("确定要冻结申请吗?",data); |
@@ -140,7 +141,8 @@ var ENUM={ | @@ -140,7 +141,8 @@ var ENUM={ | ||
140 | return { | 141 | return { |
141 | id:item.id, | 142 | id:item.id, |
142 | isFreeze:"N", | 143 | isFreeze:"N", |
143 | - operations:"4" | 144 | + operations:"4", |
145 | + status:200 | ||
144 | }; | 146 | }; |
145 | } | 147 | } |
146 | Bll.toast("确定要解冻申请吗?",data); | 148 | Bll.toast("确定要解冻申请吗?",data); |
-
Please register or login to post a comment