|
|
@ -326,7 +326,7 @@ export default { |
|
|
|
watch: { |
|
|
|
"queryParams.deptId": { |
|
|
|
handler(newVal, oldVal) { |
|
|
|
console.log("newVal", newVal); |
|
|
|
if(newVal == oldVal) return |
|
|
|
if (!newVal) this.queryParams.apartmentId = null; |
|
|
|
this.queryParams.buildingId = null; |
|
|
|
this.queryParams.unitId = null; |
|
|
|