|
|
@@ -274,9 +274,8 @@
|
|
|
<!-- 合同预览 -->
|
|
|
<el-dialog title="预览" :visible.sync="pdfShowDialog" width="60%">
|
|
|
<pdf-show :pdfFileList="pdfFileList" :zfiId="this.form.zfiId" :parent="parent"></pdf-show>
|
|
|
- <el-button type="success" @click="cancelFtp">作废</el-button>
|
|
|
- <el-button type="primary" @click="selectType">盖章</el-button>
|
|
|
- <el-button type="primary" plain="" @click="cancel">取消</el-button>
|
|
|
+ <el-button type="primary" @click="selectType">签署</el-button>
|
|
|
+ <el-button type="primary" plain="" @click="pdfShowDialog = false">取消</el-button>
|
|
|
</el-dialog>
|
|
|
|
|
|
<!--选择签署意愿类型-->
|
|
|
@@ -589,8 +588,8 @@ export default {
|
|
|
},
|
|
|
// 取消按钮
|
|
|
cancel() {
|
|
|
- this.open = false;
|
|
|
- this.reset();
|
|
|
+ this.$store.dispatch("tagsView/delView", this.$route);
|
|
|
+ this.$router.go(-1);
|
|
|
},
|
|
|
// 表单重置
|
|
|
reset() {
|