修复网格选择

This commit is contained in:
2022-05-04 23:55:31 +08:00
parent b18a4ae0f5
commit 24ace97b27
3 changed files with 4 additions and 5 deletions

View File

@@ -435,7 +435,7 @@ export default {
},
handleSelectGrid(v) {
this.form.girdName = v?.[0]?.girdName || ""
this.form.girdName = v?.girdName || ""
},
submit() {