feat: refs #8077 change request
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
e25896fa77
commit
8d428bbd13
|
@ -114,7 +114,7 @@ onBeforeRouteLeave((to, from, next) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
async function fetch(data) {
|
async function fetch(data) {
|
||||||
const rows = $attrs['key-data'] ? data[$attrs['key-data']] : data;
|
const rows = data[$attrs['key-data']] ?? data;
|
||||||
resetData(rows);
|
resetData(rows);
|
||||||
emit('onFetch', rows);
|
emit('onFetch', rows);
|
||||||
return rows;
|
return rows;
|
||||||
|
|
Loading…
Reference in New Issue