优化代码生成模板

This commit is contained in:
不做码农
2023-08-14 18:12:48 +08:00
parent 0531c2b330
commit 31cf1a82f1
2 changed files with 2 additions and 2 deletions

View File

@@ -778,7 +778,7 @@ function handlePreview(row) {
open.value = true
title.value = '查看'
opertype.value = 3
form.value = row
form.value = { ...row }
}
$end