refactor: refs #6919 simplify watch
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
7f8c8b07c4
commit
69a32231e2
|
@ -156,9 +156,7 @@ onMounted(async () => {
|
|||
if (!$props.url)
|
||||
watch(
|
||||
() => arrayData.store.data,
|
||||
(val) => {
|
||||
updateAndEmit('onFetch', val);
|
||||
}
|
||||
(val) => updateAndEmit('onFetch', val)
|
||||
);
|
||||
|
||||
watch(
|
||||
|
|
Loading…
Reference in New Issue