commit
000445f3ff
File diff suppressed because one or more lines are too long
@ -141,9 +141,9 @@ export default {
|
||||
methods: {
|
||||
// this.genericAPI inherited from ApiMixin
|
||||
resetList: function (e) {
|
||||
this['items_' + e.column] = []
|
||||
this[e.column + '_counts'].max = 9999 + Math.random()
|
||||
this[e.column + '_counts'].current = 0
|
||||
this['items_' + e] = []
|
||||
this[e + '_counts'].max = 9999 + Math.random()
|
||||
this[e + '_counts'].current = 0
|
||||
},
|
||||
startAction: function (e, param) {
|
||||
let source = e?.source ?? {}
|
||||
|
@ -4,7 +4,7 @@
|
||||
<div class="col col-md">
|
||||
<!-- search box -->
|
||||
<b-input-group class="mt-3">
|
||||
<b-input class="form-control" type="search" v-model="search_left"
|
||||
<b-input class="form-control" type="search" v-model="search"
|
||||
v-bind:placeholder="this.text.search"></b-input>
|
||||
</b-input-group>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user