mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-22 21:46:23 +08:00
style: 优化代码格式
This commit is contained in:
parent
3bad7ec758
commit
36ca877d49
@ -187,7 +187,7 @@ const saveFilter = () => {
|
|||||||
watch(
|
watch(
|
||||||
() => showModal.value,
|
() => showModal.value,
|
||||||
(newData: boolean) => {
|
(newData: boolean) => {
|
||||||
if (newData){
|
if (newData) {
|
||||||
fetchTargetData()
|
fetchTargetData()
|
||||||
filter.value = targetData.value.filter || `return data`
|
filter.value = targetData.value.filter || `return data`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user