CN-803 fix: 批量查询参数格式变更
This commit is contained in:
@@ -107,7 +107,6 @@ export default {
|
||||
if (type && condition) {
|
||||
this.toggleLoading(true)
|
||||
get(api.npm.overview.networkAnalysis, params).then(res => {
|
||||
console.log(res)
|
||||
if (res.code === 200) {
|
||||
this.npmNetworkCycleData = res.data.result
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user