This commit is contained in:
sjl
2024-12-05 20:29:28 +08:00
parent e2b2382cc4
commit 69a4cbbbc2
2 changed files with 18 additions and 6 deletions

View File

@@ -123,7 +123,7 @@ const close = () => {
const save = () => {
try {
dialogFormRef.value?.validate(async (valid: boolean) => {
console.log("11111111111111111")
if (valid) {
if (formContent.value.id) {
await updateTestSource(formContent.value);