zhengkaixin 2 년 전
부모
커밋
4bacfcf15c
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/views-oa/Document/Form.vue
  2. 1 1
      src/views-oa/Document/Info.vue

+ 2 - 2
src/views-oa/Document/Form.vue

@@ -119,7 +119,7 @@
                     approvedPersonPopedomId: '',
                     approvedPersonPopedomId: '',
 					remark: '',
 					remark: '',
 				},
 				},
-				reasonDefault: '请假申请',
+				reasonDefault: '公文申请',
 				picList: [],
 				picList: [],
 			}
 			}
 		},
 		},
@@ -280,7 +280,7 @@
 			},
 			},
 			//提交
 			//提交
 			submit() {
 			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()) {
 				if (this.checkFrom()) {
 					var data=this.$refs.examineDetail.getData()
 					var data=this.$refs.examineDetail.getData()
 					if(data.length==0){
 					if(data.length==0){

+ 1 - 1
src/views-oa/Document/Info.vue

@@ -89,7 +89,7 @@ export default {
     data() {
     data() {
         return {
         return {
 			list:null,
 			list:null,
-            pageTitle: '请假详情',
+            pageTitle: '公文详情',
             daytime:'',
             daytime:'',
             isLoading: false,
             isLoading: false,
             id: this.$route.query.id,
             id: this.$route.query.id,