供应计划页面修改

This commit is contained in:
zx
2026-01-21 18:56:46 +08:00
parent 03c8682225
commit a7e53d89d8
2 changed files with 3 additions and 1 deletions

View File

@@ -530,6 +530,7 @@ function handleQuery() {
/** 重置按钮操作 */
function resetQuery() {
proxy.resetForm("queryRef");
importTime.value=''
handleQuery();
}