From 3ecc419f66407462969e1d9b3e5ee0218a59ada1 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 01 三月 2024 11:20:44 +0800 Subject: [PATCH] qxtj --- src/views/system/tijianall/index.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue index 970ab55..d41219a 100644 --- a/src/views/system/tijianall/index.vue +++ b/src/views/system/tijianall/index.vue @@ -995,6 +995,9 @@ cusSex: [ { required: true, validator: checkPhoneNum, trigger: "change" }, ], + category: [ + { required: true, validator: checkPhoneNum, trigger: "change" }, + ], cusBrithday: [ { required: true, validator: checkPhoneNum, trigger: "blur" }, ], @@ -1375,6 +1378,7 @@ let cusSex = this.form.cusSex; this.datekey = Date.now(); //鍏ㄩ儴濂楅 + this.loading = true; deptTreeSelect(cusSex).then((response) => { this.newpacName = response.rows; try { -- Gitblit v1.8.0