重置部门选择

This commit is contained in:
橙子
2022-09-25 19:07:42 +08:00
parent b665ec5717
commit 1959160681

View File

@@ -352,6 +352,10 @@ function handleQuery() {
/** 重置按钮操作 */
function resetQuery() {
proxy.resetForm("queryRef");
// console.log(proxy.$refs["deptTreeRef"])
queryParams.value.deptId=undefined;
handleQuery();
};
/** 删除按钮操作 */