记得上下班打卡 | git大法好,push需谨慎

Commit 409572d8 authored by sangchunxi's avatar sangchunxi

edit change add indexs

parent 5bf45dfe
......@@ -553,7 +553,8 @@
for (let i = 0; i < evryGroup.length; i++) {
listData.push({
recommendBindId: $('#listRemoteSearch' + (i+1)).find('input').attr('data-id'),
type: Number($("#listActiveType" + (i+1)).find("option:selected").val())
type: Number($("#listActiveType" + (i+1)).find("option:selected").val()),
indexs: i + 1
})
}
......
......@@ -565,7 +565,8 @@
for (let i = 0; i < evryGroup.length; i++) {
listData.push({
recommendBindId: $('#listRemoteSearch' + (i+1)).find('input').attr('data-id'),
type: Number($("#listActiveType" + (i+1)).find("option:selected").val())
type: Number($("#listActiveType" + (i+1)).find("option:selected").val()),
indexs: i + 1
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment