Browse Source

森语-事故处理单-账套号删除功能

jbb 2 years ago
parent
commit
dda68f18fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/oa/modules/IncidentTicketModal.vue

+ 1 - 1
src/views/oa/modules/IncidentTicketModal.vue

@@ -211,7 +211,7 @@
           </span>
           <!-- 账套号 -->
           <span slot="zhanghaoId" slot-scope="text, record, index">
-            <a-select v-model="record.zhanghaoId" @change="handleChange(record,index)" style="width: 100%;">
+            <a-select v-model="record.zhanghaoId" allowClear  @change="handleChange(record,index)" style="width: 100%;">
             <a-select-option value="101">101</a-select-option>
             <a-select-option value="102">102</a-select-option>
             <a-select-option value="103">103</a-select-option>