Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
+2
-1
@@ -218,7 +218,8 @@ export default {
|
|||||||
&& this.$route.name !== 'StandardSearch' && this.$route.name !== 'phoneIndex'
|
&& this.$route.name !== 'StandardSearch' && this.$route.name !== 'phoneIndex'
|
||||||
&& this.$route.name !== 'AdvancedSearchExternal' && this.$route.name !== 'LoginVerifyNoEncryption'
|
&& this.$route.name !== 'AdvancedSearchExternal' && this.$route.name !== 'LoginVerifyNoEncryption'
|
||||||
&& this.$route.name !== 'blankPage' && this.$route.name !== 'processedPage'
|
&& this.$route.name !== 'blankPage' && this.$route.name !== 'processedPage'
|
||||||
&& this.$route.name !== 'loginStandDetails' && this.$route.name !== 'error') {
|
&& this.$route.name !== 'loginStandDetails' && this.$route.name !== 'error'
|
||||||
|
&& this.$route.name !== 'OtherStandardExternalDetails' && this.$route.name !== 'OtherStandardExternalDetails') {
|
||||||
this.isBoolean = true
|
this.isBoolean = true
|
||||||
} else {
|
} else {
|
||||||
this.isBoolean = false
|
this.isBoolean = false
|
||||||
|
|||||||
@@ -109,27 +109,41 @@
|
|||||||
_this: this
|
_this: this
|
||||||
}, res =>{
|
}, res =>{
|
||||||
if(res){
|
if(res){
|
||||||
let routeUrl = this.$router.resolve({
|
this.$router.push({
|
||||||
name: routerName,
|
name: routerName,
|
||||||
params: {
|
params: {
|
||||||
id: dataId,
|
id: dataId,
|
||||||
pageType: pageType
|
pageType: pageType
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
window.open(routeUrl.href, "_blank");
|
// let routeUrl = this.$router.resolve({
|
||||||
|
// name: routerName,
|
||||||
|
// params: {
|
||||||
|
// id: dataId,
|
||||||
|
// pageType: pageType
|
||||||
|
// }
|
||||||
|
// });
|
||||||
|
// this.$router.push(routeUrl.href)
|
||||||
}else{
|
}else{
|
||||||
this.$message.warning('您暂无权限查看')
|
this.$message.warning('您暂无权限查看')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else {
|
}else {
|
||||||
let routeUrl = this.$router.resolve({
|
// let routeUrl = this.$router.resolve({
|
||||||
|
// name: routerName,
|
||||||
|
// params: {
|
||||||
|
// id: dataId,
|
||||||
|
// pageType: pageType
|
||||||
|
// }
|
||||||
|
// });
|
||||||
|
this.$router.push({
|
||||||
name: routerName,
|
name: routerName,
|
||||||
params: {
|
params: {
|
||||||
id: dataId,
|
id: dataId,
|
||||||
pageType: pageType
|
pageType: pageType
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
window.open(routeUrl.href, "_blank");
|
// window.open(routeUrl.href, "_blank");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, e => {
|
}, e => {
|
||||||
|
|||||||
@@ -1015,9 +1015,7 @@ export default {
|
|||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.drawerModal = false
|
this.drawerModal = false
|
||||||
this.$message.success('调整成功')
|
this.$message.success('调整成功')
|
||||||
this.processNum()
|
this.$router.push("/processCenter");
|
||||||
this.queryProcess()
|
|
||||||
this.$router.push({path: '/processCenter?tabsName=ProcessCenter'})
|
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(res.message)
|
this.$message.warning(res.message)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2148,7 +2148,7 @@ export default {
|
|||||||
let routeUrl = this.$router.resolve({
|
let routeUrl = this.$router.resolve({
|
||||||
name: routerName,
|
name: routerName,
|
||||||
params: {
|
params: {
|
||||||
id: data.id,
|
id: data.id || data.standId,
|
||||||
pageType: this.sarAccessInfo.dataSource
|
pageType: this.sarAccessInfo.dataSource
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user