修复小区背景颜色,巡检点顺序一致,投诉处理按钮

This commit is contained in:
Zy
2026-07-16 11:06:26 +08:00
parent 4efb535730
commit 725bdfa3fe
56 changed files with 1034 additions and 468 deletions

View File

@@ -542,7 +542,7 @@ const reset = () => {
const handleAdd = async () => {
reset();
if (queryParams.value.category != '') {
form.value.category = queryParams.value.category;
form.value.category = queryParams.value.category as string;
}
form.value.modelValue = 'CLASSICS';
form.value.formCustom = 'N';