init
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -174,9 +174,9 @@ | ... | @@ -174,9 +174,9 @@ |
| 174 | } | 174 | } |
| 175 | 175 | ||
| 176 | function transfer(id) { | 176 | function transfer(id) { |
| 177 | layer.confirm('是否移交', { | 177 | layer.confirm('是否移交起诉', { |
| 178 | btn: ['确认','取消'], | 178 | btn: ['确认','取消'], |
| 179 | title: '移交', | 179 | title: '移交起诉', |
| 180 | icon: 3 | 180 | icon: 3 |
| 181 | }, function(){ | 181 | }, function(){ |
| 182 | // ajax('/loanAfter/repaymentPlan/'+id, 'delete') | 182 | // ajax('/loanAfter/repaymentPlan/'+id, 'delete') |
| ... | @@ -216,9 +216,9 @@ | ... | @@ -216,9 +216,9 @@ |
| 216 | } | 216 | } |
| 217 | 217 | ||
| 218 | function confirma(id) { | 218 | function confirma(id) { |
| 219 | layer.confirm('是否确认移交', { | 219 | layer.confirm('是否确认起诉', { |
| 220 | btn: ['确认','取消'], | 220 | btn: ['确认','取消'], |
| 221 | title: '确认移交', | 221 | title: '确认起诉', |
| 222 | icon: 3 | 222 | icon: 3 |
| 223 | }, function(){ | 223 | }, function(){ |
| 224 | // ajax('/loanAfter/repaymentPlan/'+id, 'delete') | 224 | // ajax('/loanAfter/repaymentPlan/'+id, 'delete') | ... | ... |
-
Please register or sign in to post a comment