From 91eb31edb5a7dc3f4c959f72865a08a5a4894a6f Mon Sep 17 00:00:00 2001
From: youjie <2310721242@qq.com>
Date: Fri, 7 Apr 2023 11:53:30 +0800
Subject: [PATCH] no message

---
 src/components/FinancialModule/domesticCommissionTW2.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/FinancialModule/domesticCommissionTW2.vue b/src/components/FinancialModule/domesticCommissionTW2.vue
index a6bb51f17..df6ff45d8 100644
--- a/src/components/FinancialModule/domesticCommissionTW2.vue
+++ b/src/components/FinancialModule/domesticCommissionTW2.vue
@@ -26,7 +26,8 @@
             <ul class="opUl">
                 <li>
                     <em>出团公司</em>
-                    <el-select v-model="msg.OutBranchId" size="mini" @change="handleCurrentChange(1)" >
+                    <el-select v-model="msg.OutBranchId" size="mini" @change="handleCurrentChange(1)" 
+                    :disabled="msg.OutBranchId==0?false:true">
                         <el-option label="不限" :value="-1"></el-option>
                         <el-option v-for="(item,index) in BranchList" :key="item.index" :label="item.BName"
                             :value="item.Id"></el-option>
-- 
2.18.1