|
@@ -627,7 +627,10 @@ export default {
|
|
this.$message.error("工程信息化中的位置信息获取失败");
|
|
this.$message.error("工程信息化中的位置信息获取失败");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- );
|
|
|
|
|
|
+ ).catch(()=>{
|
|
|
|
+ this.spinning = false;
|
|
|
|
+ this.$message.error("工程信息化中的设备信息获取失败");
|
|
|
|
+ });
|
|
// }else if(newval.itemType == 'Image'){
|
|
// }else if(newval.itemType == 'Image'){
|
|
this.spinning = true;
|
|
this.spinning = true;
|
|
if (assetnumList.length) {
|
|
if (assetnumList.length) {
|