story#6735 报警--自测后修改

This commit is contained in:
2025-07-31 14:17:09 +08:00
parent 47d30f220e
commit 94f536d304

View File

@ -166,7 +166,6 @@
}); });
return return
} }
// this.$nextTick(() => {
this.info = res?.data; this.info = res?.data;
// 每次获取详情时重置radioList // 每次获取详情时重置radioList
this.radioList = [ this.radioList = [
@ -180,7 +179,6 @@
if(this.info.handStatus == 3) { if(this.info.handStatus == 3) {
this.radioList[0].disabled = true this.radioList[0].disabled = true
} }
// })
}, },
initMap() { initMap() {
this.map = new AMap.Map('container',{ this.map = new AMap.Map('container',{