This commit is contained in:
guochunsi
2026-01-14 11:41:04 +08:00
parent d0c8ea0223
commit 6055033289
49 changed files with 2043 additions and 1740 deletions

View File

@@ -64,7 +64,7 @@ export default {
this.form.homeAddressDetail = row.homeAddressDetail;
this.$nextTick(() => {
getTypeValue("dorm_jw").then(data => {
let arr = data.data.data;
let arr = data.data;
arr.forEach(e => {
if (e.label == 'bj') {
_this.form.raidus = e.value;