update yudao-module-infra/src/main/resources/codegen/vue3/views/components/list_sub_erp.vue.vm.
Signed-off-by: 顾北清 <1653777235@qq.com>
This commit is contained in:
parent
7cee12c412
commit
fced270619
@ -138,6 +138,7 @@ watch(
|
||||
() => props.${subJoinColumn.javaField},
|
||||
(val: number) => {
|
||||
if (!val) {
|
||||
list.value = [] // 清空列表
|
||||
return
|
||||
}
|
||||
queryParams.${subJoinColumn.javaField} = val
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user