|
@@ -46,9 +46,9 @@
|
|
|
<a-form-model-item label="经营单位地址" prop="businessUnitAdd">
|
|
|
<a-select placeholder="请选择经营单位地址" v-model="addBook.unitInOperationAddress">
|
|
|
<a-select-option value="">请选择</a-select-option>
|
|
|
- <a-select-option value="0">客户1</a-select-option>
|
|
|
- <a-select-option value="1">客户2</a-select-option>
|
|
|
- <a-select-option value="2">客户3</a-select-option>
|
|
|
+ <a-select-option value="客户1">客户1</a-select-option>
|
|
|
+ <a-select-option value="客户2">客户2</a-select-option>
|
|
|
+ <a-select-option value="客户3">客户3</a-select-option>
|
|
|
</a-select>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
@@ -617,7 +617,6 @@ export default {
|
|
|
this.addBook.notifyPartyAddress = '';
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
// 新增托书 子表合计
|
|
|
addBookFooterShow(data) {
|
|
|
console.log('新增托书 子表 ----合计行')
|