|
|
@@ -321,6 +321,24 @@
|
|
321
|
321
|
$('.tab_content>div').eq(index).show().siblings().hide();
|
|
322
|
322
|
|
|
323
|
323
|
})
|
|
|
324
|
+ //按钮【按钮一】的回调
|
|
|
325
|
+ $.ajax({
|
|
|
326
|
+ type: "post",
|
|
|
327
|
+ url: huayi.config.callcenter_url + "Repository/OptRep",
|
|
|
328
|
+ async: true,
|
|
|
329
|
+ dataType: 'json',
|
|
|
330
|
+ data: {
|
|
|
331
|
+ token: $.cookie("token"),
|
|
|
332
|
+ repid: ids,
|
|
|
333
|
+ type:0
|
|
|
334
|
+ },
|
|
|
335
|
+ success: function(data) {
|
|
|
336
|
+ if(data.state.toLowerCase() == 'success') {
|
|
|
337
|
+ debugger
|
|
|
338
|
+
|
|
|
339
|
+ }
|
|
|
340
|
+ }
|
|
|
341
|
+ });
|
|
324
|
342
|
$.ajax({
|
|
325
|
343
|
type:"get",
|
|
326
|
344
|
url:huayi.config.callcenter_url +"Repository/GetRepository",
|