Browse Source

Merge branch 'v2.0' into debug

yujinwen 2 months ago
parent
commit
cdd9984158
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/customer/user/components/MoveUser.vue

+ 1 - 1
src/views/customer/user/components/MoveUser.vue

@@ -74,7 +74,7 @@ watch(
       </t-form-item>
       
       <t-form-item label="所属销售" name="customer">
-        <t-select disabled :value="props.data.SellerName">
+        <t-select disabled :value="props.data?.SellerName">
         </t-select>
       </t-form-item>
     </t-form>