修复小区背景颜色,巡检点顺序一致,投诉处理按钮
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user