20230517
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
},
|
||||
|
||||
// 同意
|
||||
|
||||
Reference in New Issue
Block a user