no message

This commit is contained in:
2025-02-28 14:37:54 +08:00
parent dd878f1963
commit 062ef999ca

View File

@@ -58,10 +58,10 @@
this.$set(el, 'text', el.point_code) this.$set(el, 'text', el.point_code)
this.$set(el, 'value', el.point_code) this.$set(el, 'value', el.point_code)
}) })
if (type === 1) { if (type === 2) {
this.options1 = [...res] this.options1 = [...res]
} }
if (type === 2) { if (type === 1) {
this.options2 = [...res] this.options2 = [...res]
} }
} }