From 1fc3fe586a17f5ddf6717f58d1fb1e5a0a9c48f7 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期五, 08 三月 2024 14:19: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