From bf5651cc5fd25fe282d674b2996e3f3aaf98c62f Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期六, 22 六月 2024 20:38:08 +0800
Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx

---
 policy/policyApply/policyApply.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/policy/policyApply/policyApply.vue b/policy/policyApply/policyApply.vue
index 2144073..399b8f0 100644
--- a/policy/policyApply/policyApply.vue
+++ b/policy/policyApply/policyApply.vue
@@ -166,10 +166,11 @@
 					applyDeptName: '',
 					enforceType: 1,
 					isNoticeCompany: 0,
-					regionReason: 0,
+					// regionReason: 0,
 					planTimeStr: '',
 					peers: [],
-					orderStatus: 1
+					orderStatus: 1,
+					enforceContent: ""
 				},
 				show: false,
 				columns: [],
@@ -191,6 +192,9 @@
 			this.getInfo()
 			this.getDicts()
 			this.enforceList()
+		},
+		onShow() {
+			
 		},
 		methods: {
 			enforceList() {
@@ -244,7 +248,7 @@
 				if(!this.form.enforceTypeName){
 					return '璇烽�夋嫨鎵ф硶绫诲瀷'
 				}
-				if(!this.form.regionReason) {
+				if(!this.form.enforceContent) {
 					return '璇峰~鍐欐墽娉曞唴瀹�'
 				}
 				if(!this.form.peers.length){

--
Gitblit v1.9.1