提交 067e913a authored 作者: 翟畅's avatar 翟畅

zc部门检索

上级 7dce6eb7
......@@ -315,14 +315,14 @@ import QRCode from "qrcodejs2";
departListAPI().then((res) => {
this.departList = res
this.options = formatDepartQue(this.departList)
this.departList.unshift({departmentName:'全部',code:''})
this.departList.unshift({departmentName:'全部',oldCode:''})
}).catch((res) => {
this.$message.error(res)
})
},
handleDepartNodeClick(data) {//点击分类--搜索
this.typeName = data.departmentName
this.listQuery.departmentCode = data.code
this.listQuery.departmentCode = data.oldCode
this.getList(1)
this.$refs.popover.doClose()
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论