去掉areaId

This commit is contained in:
刘仕伟
2022-03-01 12:02:32 +08:00
parent a64d93f2e6
commit 6d7492cebe

View File

@@ -68,7 +68,6 @@ export default {
} }
}, },
created() { created() {
this.search.areaId = this.user.info.areaId
this.getTableData() this.getTableData()
} }
} }