Green Button JS-Part
这个提交包含在:
父节点
6af065185e
当前提交
65b280b925
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -168,7 +168,7 @@ function markSelectedQsos() {
|
||||||
type: 'post',
|
type: 'post',
|
||||||
data: {'id': JSON.stringify(id_list, null, 2),
|
data: {'id': JSON.stringify(id_list, null, 2),
|
||||||
'sent' : 'Y',
|
'sent' : 'Y',
|
||||||
'method' : 'B'
|
'method' : ''
|
||||||
},
|
},
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
if (data !== []) {
|
if (data !== []) {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用