From b3ddacf9a9742276e76c0aa8bfa67fcdd6e1d7fe Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 08 八月 2023 19:09:50 +0800
Subject: [PATCH] 新增 财产备忘本

---
 ruoyi-ui/src/views/doctor/index.vue |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/views/doctor/index.vue b/ruoyi-ui/src/views/doctor/index.vue
index 0a287ce..f413210 100644
--- a/ruoyi-ui/src/views/doctor/index.vue
+++ b/ruoyi-ui/src/views/doctor/index.vue
@@ -52,6 +52,14 @@
       </el-form-item>
 
       <el-form-item label="绫诲埆" prop="type">
+<!--        <el-input-->
+<!--          v-model="queryParams.type"-->
+<!--          placeholder="璇疯緭鍏ョ棁鐘�"-->
+<!--          clearable-->
+<!--          style="width: 240px"-->
+<!--          @keyup.enter.native="handleQuery">-->
+<!--          <i slot="prefix" class="el-input__icon el-icon-search"></i>-->
+<!--        </el-input>-->
         <el-select
           v-model="queryParams.type"
           placeholder="鎵�鏈夌被鍒�"
@@ -569,6 +577,7 @@
       const newOption = this.newOption.trim();
       if (newOption && !this.typeOptions.includes(newOption)) {
         this.typeOptions.push(newOption);
+        this.$set(this.formDat, 'type', newOption); // 鏇存柊formDat.type鐨勫�间负鏂扮殑閫夐」
       }
     },
     /** 鏌ヨ璁板綍鍒楄〃 */

--
Gitblit v1.9.1