From 91dc4566a26862abef9aa2352d2ddf2279e5e8e8 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 25 七月 2022 09:44:43 +0800 Subject: [PATCH] 修复级联无通道时更新停止在等待更新的问题 --- web_src/src/components/dialog/catalogEdit.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web_src/src/components/dialog/catalogEdit.vue b/web_src/src/components/dialog/catalogEdit.vue index 22ff181..7107382 100644 --- a/web_src/src/components/dialog/catalogEdit.vue +++ b/web_src/src/components/dialog/catalogEdit.vue @@ -94,7 +94,7 @@ }, rules: { name: [{ required: true, message: "璇疯緭鍏ュ悕绉�", trigger: "blur" }], - id: [{ trigger: "blur",validator: checkId }] + id: [{ required: true, trigger: "blur",validator: checkId }] }, }; }, -- Gitblit v1.8.0