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