From 3435a2b1b3e237ee53c98ae7c044d0e84cfa521c Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期四, 25 一月 2024 18:01:18 +0800
Subject: [PATCH] su

---
 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