|
|
@@ -258,7 +258,7 @@ const unknownFile = computed((e) => {
|
|
|
}
|
|
|
})
|
|
|
const getData = (item) => {
|
|
|
- resourcecentreDetail({id: item.id})
|
|
|
+ detail({id: item.id})
|
|
|
.then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
itemData.value = res.data
|
|
|
@@ -319,6 +319,7 @@ const upDataList = (item) => {
|
|
|
}
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
+ this.$router.push({ path:'/noPermissions' })
|
|
|
})
|
|
|
}
|
|
|
|