src/views/maintenance/userManagement.vue
@@ -939,7 +939,6 @@ handleNodeClickto(data, node, nodeData) { this.queryForm.depid = data.id this.queryForm.depName = data.name; }, //搜索按钮 @@ -955,7 +954,7 @@ this.tableData = res.result; this.count = res.count; } else { console.log('查询接口报错'); this.$notify.error({ title: res.code, message: res.result, @@ -1004,11 +1003,11 @@ }, 500); }) .catch((res) => { alert('修改失败,请重试!'); this.fullscreenLoading = false; }); } else { console.log('error submit!!'); return false; } });