From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期一, 24 六月 2024 09:29:39 +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