Explorar el Código

优化了 AreaInfo 的区域信息管理 (布局、选择所属区域的漏洞、请求提示等)21:09:19

linan-0110 hace 5 años
padre
commit
ac6b1b0bcc
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/views/areaManagement/AreaInfo.vue

+ 0 - 4
src/views/areaManagement/AreaInfo.vue

@@ -124,17 +124,14 @@ export default {
             });
             if (temArr.length > 0) return temArr;
         },
-
         // 树形节点 鼠标右键点击事件
         mouseRightCilck(event, data, Node, me) {
             console.log(data);
         },
-
         // 级联选择器点击事件
         handleChange(value) {
             console.log(value);
             this.formData.parentId = value[value.length - 1];
-            console.log("a==>>" + this.formData.parentId);
             // 级联选择时 因组件限制 需拼接 名字字符串在级联选择器上显示
             this.findAreaName(value);
         },
@@ -167,7 +164,6 @@ export default {
             console.log(tmpStr);
             this.cascaderPlaceholder = tmpStr;
         },
-
         // 保存区域信息
         addAreaInfo(e) {
             if (!this.formData.name) {