fix:代码合并

This commit is contained in:
wyx
2022-12-04 15:00:02 +08:00
parent feb253afb7
commit 0a7a86a00e
3 changed files with 5 additions and 3 deletions

View File

@@ -1914,6 +1914,7 @@ export default {
GetRouterDetail(state.routerId)
.then((res) => {
console.log('router-list',res)
state.fileList = JSON.parse(res.data.data.routerInfo.attach)
if (res.data.data.routerInfo.status == 1) {
state.nodata = false;
}