tijiao
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
</el-breadcrumb>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="handle-box">
|
||||
<div class="handle-box" v-if="articleBaseInfo.state == 8">
|
||||
<div>
|
||||
<el-button type="primary" icon="el-icon-plus" @click="openSuggRev">Editorial Board Bank</el-button>
|
||||
<el-button type="primary" icon="el-icon-plus" @click="openSuggRev">Editorial Board Bank</el-button>
|
||||
</div>
|
||||
|
||||
<!-- <el-button type="primary" icon="el-icon-circle-plus-outline" @click="editVisible1 = true">Supplement</el-button> -->
|
||||
@@ -575,60 +575,23 @@ export default {
|
||||
|
||||
|
||||
showdetail(row) {
|
||||
console.log('row at line 577:', row)
|
||||
|
||||
|
||||
this.FinalDetailBaseInfo={...row}
|
||||
|
||||
|
||||
// const loading = this.$loading({
|
||||
// lock: true,
|
||||
// text: 'Loading',
|
||||
// spinner: 'el-icon-loading',
|
||||
// background: 'rgba(0, 0, 0, 0.7)',
|
||||
// zIndex: 9999 // 设置一个足够高的层级
|
||||
// });
|
||||
// this.$api
|
||||
// .post('api/Finalreview/view', {
|
||||
// record_id: row.id
|
||||
// // reviewer_id: this.$route.query.reviewer_id
|
||||
// })
|
||||
// .then((res) => {
|
||||
|
||||
// this.detailDate.artrevid = res.art_rev_id;
|
||||
// this.detailDate.article = res.data.article.title;
|
||||
// this.detailDate.reviewer = res.data.article_final.realname;
|
||||
// this.detailDate.ctime = res.data.article_final.update_time;
|
||||
// this.detailDate.article_final = res.data.article_final;
|
||||
// this.detailDate.state = res.state;
|
||||
|
||||
// this.txt_mess = res;
|
||||
|
||||
// this.journal_id = res.journal_id;
|
||||
// this.articleId = res.data.article.article_id;
|
||||
// this.$nextTick(() => {
|
||||
// this.$refs.commonEditor.getData();
|
||||
|
||||
// loading.close();
|
||||
// });
|
||||
|
||||
// this.$forceUpdate();
|
||||
// })
|
||||
// .catch((err) => {
|
||||
// loading.close();
|
||||
// console.log(err);
|
||||
// });
|
||||
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.$refs.commonFinalDetail.init();
|
||||
this.$api
|
||||
.post('api/Workbench/updateArticleState', {
|
||||
article_id: this.$route.query.id,
|
||||
act_id: row.id,
|
||||
type: '3',
|
||||
account: localStorage.getItem('U_name')
|
||||
})
|
||||
});
|
||||
|
||||
// this.$router.push({
|
||||
// path: 'articleEditorDetail',
|
||||
// query: {
|
||||
// id: row.id
|
||||
// }
|
||||
// });
|
||||
|
||||
},
|
||||
changereviewer() {
|
||||
if (this.editform.uid !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user