|
@@ -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>
|