更新页面
This commit is contained in:
@@ -289,7 +289,6 @@ export default {
|
||||
})
|
||||
window.open(pathInfo.href, '_self');
|
||||
// console.log(parseInt(this.selectMonly) + " " + parseInt(this.MonethlyId) )
|
||||
this.$router.go(0);
|
||||
}else{
|
||||
this.$message({
|
||||
message: '请输入正确的月刊号',
|
||||
@@ -310,7 +309,6 @@ export default {
|
||||
}
|
||||
})
|
||||
window.open(pathInfo.href, '_self');
|
||||
this.$router.go(0);
|
||||
}else if(name == "LastBtn" && this.MonthlyId == 1){
|
||||
this.$message({
|
||||
message: '您已处于第一期月刊!',
|
||||
@@ -327,7 +325,6 @@ export default {
|
||||
}
|
||||
})
|
||||
window.open(pathInfo.href, '_self');
|
||||
this.$router.go(0);
|
||||
}else if(name == "NextBtn" && this.MonthlyId == this.Monely){
|
||||
this.$message({
|
||||
message: '您已处于最后一期月刊!',
|
||||
|
@@ -60,12 +60,10 @@ export default {
|
||||
let pathInfo = this.$router.resolve({
|
||||
path: '/ProjectDetail',
|
||||
query:{
|
||||
id:id,
|
||||
refresh:true
|
||||
id:id, refresh: true
|
||||
}
|
||||
})
|
||||
window.open(pathInfo.href, '_self');
|
||||
this.$router.go(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user