tijiao
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div style="text-align: center;margin-top: 12px;">
|
||||
<el-button type="success" @click="saveNow()" style="margin-right: 20px;width: 250px;">Review Now
|
||||
<el-button type="success" @click="saveNow()" style="margin-right: 20px;width: 250px;">Accept for final decision
|
||||
</el-button>
|
||||
<el-button type="danger" @click="saveRef()" style="width: 250px;">Reject to review</el-button>
|
||||
<el-button type="danger" @click="saveRef()" style="width: 250px;">Decline final review</el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
|
||||
@@ -119,6 +119,9 @@
|
||||
|
||||
|
||||
this.txt_mess = {...res.data.article,majorList:res.data.article.major?res.data.article.major.join(','):[]}
|
||||
if(res.data.article.state==0){
|
||||
|
||||
}
|
||||
|
||||
})
|
||||
.catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user