stanley-king 2 年之前
父節點
當前提交
a13a14e0ea
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      admin/templates/default/analysis.provider.php

+ 1 - 4
admin/templates/default/analysis.provider.php

@@ -219,8 +219,6 @@
                 Object.keys(qualitys).map(key => {
                     items.push(qualitys[key])
                 })
-
-                console.log('qualityList', items)
                 formatChannelTable(items);
             }
         })
@@ -483,5 +481,4 @@
         $('.querySelect').trigger('change');
 
     })
-</script>
-
+</script>