Commit 2f3aea0e by 李君

11

1 parent 5140abf0
...@@ -195,6 +195,7 @@ export default { ...@@ -195,6 +195,7 @@ export default {
{ {
for (const item of r.data) for (const item of r.data)
{ {
queryForm.gate_id.push(item.id)
gateList.value.push( gateList.value.push(
{ {
value: item.id, value: item.id,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!