vnCrudModel.status fix
gitea/salix/dev This commit has test failures
Details
gitea/salix/dev This commit has test failures
Details
This commit is contained in:
parent
eeef468964
commit
06fad628bc
|
@ -208,7 +208,9 @@ export default class CrudModel extends ModelProxy {
|
||||||
this.cancelRequest();
|
this.cancelRequest();
|
||||||
this.canceler = this.$q.defer();
|
this.canceler = this.$q.defer();
|
||||||
this.isPaging = append;
|
this.isPaging = append;
|
||||||
if (!append) this.status = 'loading';
|
|
||||||
|
if (!append && this.status != 'ready')
|
||||||
|
this.status = 'loading';
|
||||||
|
|
||||||
let params = Object.assign(
|
let params = Object.assign(
|
||||||
{filter},
|
{filter},
|
||||||
|
|
Loading…
Reference in New Issue