1
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
@change="getdate"
|
||||
placeholder="Please select journal"
|
||||
>
|
||||
<el-option :key="0" label="All journal" :value="0"></el-option>
|
||||
<el-option :key="0" label="All journals" :value="0"></el-option>
|
||||
<el-option
|
||||
v-for="item in journalList"
|
||||
:key="item.journal_id"
|
||||
@@ -105,7 +105,7 @@ export default {
|
||||
this.getdate();
|
||||
},
|
||||
showdetail(row) {
|
||||
this.$router.push({ path: 'reviewerApplyDetail', query: { id: row.reviewer_id } });
|
||||
this.$router.push({ path: 'reviewerApplyDetail', query: { id: row.reviewer_apply_id } });
|
||||
},
|
||||
//初始化期刊选项
|
||||
initselect() {
|
||||
|
||||
Reference in New Issue
Block a user