From a1bbf87a3bee300226d4d13416961dde9e12cdb6 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期六, 22 六月 2024 19:59:37 +0800 Subject: [PATCH] 登录页面修改 --- 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