|
@@ -65,8 +65,7 @@
|
|
ref="table"
|
|
ref="table"
|
|
:style="{ height: pageHeight+67+'px' }"
|
|
:style="{ height: pageHeight+67+'px' }"
|
|
size="small"
|
|
size="small"
|
|
- :rowKey="(record) => record.no"
|
|
|
|
- rowKeyName="no"
|
|
|
|
|
|
+ :rowKey="(record) => record.id"
|
|
:columns="columns"
|
|
:columns="columns"
|
|
:row-selection="{ columnWidth: 40, getCheckboxProps: record => ({ props: { disabled: curExpenseAccountType ? record.convertExpenseAccountType != curExpenseAccountType : false } }) }"
|
|
:row-selection="{ columnWidth: 40, getCheckboxProps: record => ({ props: { disabled: curExpenseAccountType ? record.convertExpenseAccountType != curExpenseAccountType : false } }) }"
|
|
@rowSelection="rowSelectionFun"
|
|
@rowSelection="rowSelectionFun"
|
|
@@ -368,7 +367,7 @@ export default {
|
|
searchForm () {
|
|
searchForm () {
|
|
this.isSearch = true
|
|
this.isSearch = true
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|
|
- this.$refs.table.clearSelected()
|
|
|
|
|
|
+ // this.$refs.table.clearSelected()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
activated () {
|
|
activated () {
|