mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
🔱: [client] sync upgrade with 5 commits [trident-sync]
build: publish success perf: component.name局部引用无需shallowRef包裹 build: publish success build: publish success
This commit is contained in:
@@ -88,8 +88,7 @@ export default function ({ crudExpose, context: { asideTableRef } }: CreateCrudO
|
||||
// 嵌套表格字段
|
||||
rules: [{ required: true, message: "请选择用户" }],
|
||||
component: {
|
||||
//局部引用子表格,要用shallowRef包裹
|
||||
name: shallowRef(SubTable),
|
||||
name: SubTable,
|
||||
vModel: "modelValue",
|
||||
gradeId: compute(({ form }) => {
|
||||
return form.id;
|
||||
|
||||
Reference in New Issue
Block a user