Parcourir la source

选择编辑接口报错时添加 提示信息

xiebeibei il y a 4 ans
Parent
commit
6e571032ef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/edit/attr_select.vue

+ 1 - 1
src/components/edit/attr_select.vue

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