修复网格选择

This commit is contained in:
2022-05-04 23:52:57 +08:00
parent bf50aaa5da
commit b18a4ae0f5

View File

@@ -143,7 +143,7 @@ export default {
if (this.SelectGird.id != null) {
uni.navigateBack({
success: () => {
uni.$emit("pagePicker:custom", [this.SelectGird])
uni.$emit("pagePicker:custom", this.SelectGird)
}
})
} else {