From ea75b6c1210016e2840c6998c34a2424a0cd9c72 Mon Sep 17 00:00:00 2001 From: liujun Date: Tue, 12 Mar 2024 14:31:01 +0800 Subject: [PATCH] =?UTF-8?q?14477=20=E4=B8=89=E9=A1=B9=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E9=83=BD=E6=9C=89=20=E7=BC=96=E8=BE=91=E4=B8=8A?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E7=9A=84=E6=97=B6=E5=80=99=E6=9C=8915?= =?UTF-8?q?=E4=B8=AA=E6=A0=87=E7=AD=BE=E7=9A=84=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=B8=8B=E4=B8=80=E5=B0=B12=E4=B8=AA?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E8=BF=98=E5=9C=A8=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../safetyOperationRegulations/components/editTextLibrary.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue b/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue index ae0c23d..a2f4635 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/editTextLibrary.vue @@ -270,6 +270,7 @@ export default { this.dialogVisible = false this.$emit('logical-end', { result: 'OK' }) this.$message.success('保存成功') + this.clear() }).catch((e) => { loading.close() console.log(e) @@ -281,6 +282,8 @@ export default { }) }, checkForm() { + console.log(this.form.labels.length, 'this.form.labels.length') + console.log(this.form.labels, 'this.form.labels') if (this.form.labels.length > 15) { this.$message.error('关联标签数不能超过15个') return true