This commit is contained in:
wangjinlei
2023-05-17 13:21:01 +08:00
parent 5ed3073b6e
commit f087543b0f
77 changed files with 10625 additions and 4542 deletions

View File

@@ -51,12 +51,9 @@
<el-button type="warning" @click="saveRef()" style="width: 250px;">Minor Modification</el-button>
</div>
</div>
<!-- <embed :src="this.baseUrl + 'proofPDF/' + this.articleId + '.pdf'" style="width: 100%;height: 800px;"> -->
</div>
<el-dialog title="Minor Modification Content:" :visible.sync="Refusevisible" width="500px">
<el-input v-model="ReReason" type="textarea" rows="5"></el-input>
<span slot="footer" class="dialog-footer">
@@ -64,6 +61,7 @@
<el-button type="primary" @click="saveRefuse()">Submit</el-button>
</span>
</el-dialog>
</div>
</template>
@@ -84,7 +82,7 @@
};
},
created: function() {
// this.initarticle();
this.initarticle();
},
methods: {
//初始化文章信息
@@ -101,8 +99,6 @@
.catch((err) => {
console.log(err);
});
},
// 同意