This commit is contained in:
@fawn-nine
2023-06-30 13:46:56 +08:00
parent 607c377e89
commit d6decc78bd
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
<!-- <el-button class="inlinebutton" type="primary" plain size="mini" @click="showUpload">Add</el-button> --> <!-- <el-button class="inlinebutton" type="primary" plain size="mini" @click="showUpload">Add</el-button> -->
</h4> </h4>
<p class="mt10 c666">Before uploading the file, you need to download the template file, <p class="mt10 c666">Before uploading the file, you need to download the template file,
<a href="https://submission.tmrjournals.com/public/coverLetter/system/refer.xlsx" download="refer" target="_blank" class="downloadbtn" >click download</a> <a href="https://submission.tmrjournals.com/public/system/refer.xlsx" download="refer" target="_blank" class="downloadbtn" >click download</a>
,to add your references to the template file, and upload it. ,to add your references to the template file, and upload it.
</p> </p>

View File

@@ -1247,6 +1247,7 @@
}, },
//修改文章状态 //修改文章状态
saveEdit() { saveEdit() {
this.$api this.$api
.post('api/Article/editArticleEditor', this.editform) .post('api/Article/editArticleEditor', this.editform)
.then(res => { .then(res => {