From 1f549a140423a5afeb496b467cd21d23659d88a0 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 24 五月 2024 17:34:37 +0800
Subject: [PATCH] 11

---
 src/views/project/tallage/computingBill/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/project/tallage/computingBill/index.vue b/src/views/project/tallage/computingBill/index.vue
index 6c8d2e1..60cf63e 100644
--- a/src/views/project/tallage/computingBill/index.vue
+++ b/src/views/project/tallage/computingBill/index.vue
@@ -308,6 +308,8 @@
                   <el-select
                     v-model="patientqueryParams.donorname"
                     filterable
+                    allow-create
+                    default-first-option
                     placeholder="璇烽�夋嫨"
                   >
                     <el-option
@@ -589,9 +591,8 @@
   data() {
     return {
       swgatheringlist: [
-        { label: "瀹℃牳涓�", value: 1 },
-        { label: "鍏佽绠楃◣", value: 0 },
-        { label: "宸茬畻绋�", value: 2 }
+        { label: "宸茬畻绋�", value: 1 },
+        { label: "鏈畻绋�", value: 0 }
       ],
       gatheringlist: [
         { label: "鏈粯娆�", value: "0" },
@@ -606,7 +607,6 @@
         // pacheckno: "047",
         // checkstatus: 0,
         pfundtaxid: 0,
-        departid: 0,
         pageNum: 1,
         pageSize: 10
       },
@@ -997,7 +997,7 @@
       this.title = "鏂板涓撳璐规眹鎬诲崟";
       //鑾峰彇鐧诲綍鑰呬俊鎭�
       getUserProfile().then(res => {
-        this.form.username = res.createBy;
+        this.form.username = res.data.createBy;
       });
     },
 

--
Gitblit v1.9.3