重置部门选择
This commit is contained in:
@@ -352,6 +352,10 @@ function handleQuery() {
|
|||||||
/** 重置按钮操作 */
|
/** 重置按钮操作 */
|
||||||
function resetQuery() {
|
function resetQuery() {
|
||||||
proxy.resetForm("queryRef");
|
proxy.resetForm("queryRef");
|
||||||
|
|
||||||
|
|
||||||
|
// console.log(proxy.$refs["deptTreeRef"])
|
||||||
|
queryParams.value.deptId=undefined;
|
||||||
handleQuery();
|
handleQuery();
|
||||||
};
|
};
|
||||||
/** 删除按钮操作 */
|
/** 删除按钮操作 */
|
||||||
|
|||||||
Reference in New Issue
Block a user