| | |
| | | formfieldClick: {}, |
| | | |
| | | selectedrows: [], |
| | | isselection: true, // 默认多选 |
| | | }, |
| | | created() { |
| | | this.popupParames = clone(Root.popupParames); |
| | | this.title = this.popupParames.title || this.popupParames.text |
| | | if (this.popupParames.filter) { |
| | | this.filterTxt = this.popupParames.filter |
| | | } |
| | | if (this.popupParames.delta && this.popupParames.delta.isoneselection) { |
| | | this.isselection = false |
| | | } |
| | | |
| | | if (this.popupParames.dataname) { |
| | |
| | | v-on:row-click="rowClick" |
| | | |
| | | :select-table-data="selectedrows" |
| | | :is-selection="true" |
| | | :is-selection="isselection" |
| | | :isshow-shoppingcart="true" |
| | | v-on:selection-change="selectionChange" |
| | | v-on:save-shoppingcart="saveShoppingcart" |