|
@@ -139,7 +139,8 @@
|
|
|
|
|
|
|
|
|
<el-dialog title="承诺书" class="fc tc" :visible.sync="commitmentDialog">
|
|
|
- <div >
|
|
|
+
|
|
|
+ <div>
|
|
|
<div v-if="type=='继续教育'">
|
|
|
<div class="commitment-header"> 致:三明市城市建设项目服务中心 </div>
|
|
|
<div class="tl commitment">
|
|
@@ -152,7 +153,7 @@
|
|
|
|
|
|
<div v-else-if="type=='建筑施工企业特种作业人员'">
|
|
|
<div class="tl commitment">
|
|
|
- {{promise.promise_specal}}
|
|
|
+ {{promise.promise_special}}
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -228,7 +229,7 @@
|
|
|
stage: 0,
|
|
|
isCompanyPay: 0,
|
|
|
width: "",
|
|
|
- type: this.$route.query.type || '',
|
|
|
+ type: this.$route.query.type || '继续教育',
|
|
|
list: [],
|
|
|
showData: [],
|
|
|
isCommitment: "",
|
|
@@ -309,6 +310,7 @@
|
|
|
},
|
|
|
watch: {
|
|
|
type(val) {
|
|
|
+ this.page = 1
|
|
|
this.getData()
|
|
|
},
|
|
|
isCommitment(val) {
|