zhengkaixin před 2 roky
rodič
revize
4bacfcf15c

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

@@ -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){

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

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