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

Commit fb26d4a0 authored by sangchunxi's avatar sangchunxi

edit change

parent a178050e
...@@ -463,6 +463,7 @@ ...@@ -463,6 +463,7 @@
}) })
} }
console.log('_data -> ', _data)
search.update(_data) // 更新数据 search.update(_data) // 更新数据
...@@ -474,12 +475,12 @@ ...@@ -474,12 +475,12 @@
let listRemoteSearch1 = new searchSelect('#listRemoteSearch1', [], function(val) { let listRemoteSearch1 = new searchSelect('#listRemoteSearch1', [], function(val) {
let _params = {} let _params = {}
if (activeTypeChangeValChild === 1) { if (activeTypeChangeValChild == 1) {
_params['type'] = 1 _params['type'] = 1
_params['title'] = val _params['title'] = val
} else if (activeTypeChangeValChild === 2) { // 组合购 } else if (activeTypeChangeValChild == 2) { // 组合购
_params['title'] = val _params['title'] = val
} else if (activeTypeChangeValChild === 3) { // 演出 } else if (activeTypeChangeValChild == 3) { // 演出
_params['status'] = '(3,6,7,9,10)' _params['status'] = '(3,6,7,9,10)'
_params['title'] = val _params['title'] = val
} else { // 商品 } else { // 商品
......
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