From bb01077e116cceebc5132c750b019c480f80ffa0 Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Thu, 4 Jan 2024 17:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E6=A0=87=E7=AD=BE=EF=BC=8C=E4=B8=8A=E7=BA=A7?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=B8=85=E7=A9=BA=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E3=80=90=E7=A1=AE=E5=AE=9A=E3=80=91=EF=BC=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=9A=E7=B3=BB=E7=BB=9F=E6=9C=AA=E7=9F=A5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E8=AF=B7=E5=8F=8D=E9=A6=88=E7=BB=99=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flossom-ui/src/views/system/wechatTag/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flossom-ui/src/views/system/wechatTag/index.vue b/flossom-ui/src/views/system/wechatTag/index.vue index 35d570d..5d5a84b 100644 --- a/flossom-ui/src/views/system/wechatTag/index.vue +++ b/flossom-ui/src/views/system/wechatTag/index.vue @@ -289,6 +289,10 @@ export default { if (valid) { this.form.type = 1; if (this.form.id != undefined) { + if(this.form.parentId == null) { + this.$modal.msgError("请选择上级标签"); + return; + } updateDept(this.form).then(response => { this.$modal.msgSuccess("修改成功"); this.open = false;