6/22完善引入,
This commit is contained in:
@@ -132,7 +132,6 @@ const queryParams = ref({
|
||||
status: '', // 👈 原来 null → 改成 ''
|
||||
type: '', // 👈 原来 null → 改成 ''
|
||||
houseId: null,
|
||||
villageId: null,
|
||||
buildingId: null,
|
||||
unitNo: null
|
||||
});
|
||||
@@ -260,7 +259,6 @@ function resetQuery() {
|
||||
type: '', // 👈 这里也改
|
||||
status: '', // 👈 这里也改
|
||||
houseId: null,
|
||||
villageId: null,
|
||||
buildingId: null,
|
||||
unitNo: null
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user