This commit is contained in:
xulu
2022-02-23 16:34:07 +08:00
parent ec5e69418b
commit 4f5e6e1f78
62 changed files with 28419 additions and 8571 deletions

View File

@@ -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() {