@@ -119,7 +119,7 @@
approvedPersonPopedomId: '',
remark: '',
},
- reasonDefault: '请假申请',
+ reasonDefault: '公文申请',
picList: [],
}
@@ -280,7 +280,7 @@
//提交
submit() {
- this.tjForm.reason = this.tjForm.reason ? this.tjForm.reason : this.reasonDefault;
+ //this.tjForm.reason = this.tjForm.reason ? this.tjForm.reason : this.reasonDefault;
if (this.checkFrom()) {
var data=this.$refs.examineDetail.getData()
if(data.length==0){
@@ -89,7 +89,7 @@ export default {
data() {
return {
list:null,
- pageTitle: '请假详情',
+ pageTitle: '公文详情',
daytime:'',
isLoading: false,
id: this.$route.query.id,