Commit 6edf7d28 authored by JingChao's avatar JingChao

Update hlsPopup.js

parent 4f9f5e41
......@@ -283,7 +283,7 @@ export default {
if (typeof selectOption === 'object') {
let list = []
let length = selectOption.list.length
vum.forEach(selectOption.list, function (date, index, array) {
selectOption.list.forEach(function (date, index, array) {
list.push({
value: date.code,
name: date.code_name,
......
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