story#6735 报警--自测后修改
This commit is contained in:
@ -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',{
|
||||||
|
Reference in New Issue
Block a user