|
@@ -151,7 +151,9 @@ export default function () {
|
|
|
// 工程类型为全部时,category为空
|
|
|
let category = ''
|
|
|
const engineerType = engineer_type
|
|
|
- initFilterData(engineerType)
|
|
|
+ if (engineerType && engineerType.length) {
|
|
|
+ initFilterData(engineerType)
|
|
|
+ }
|
|
|
const buildValue = getCategoryValue(build, 'build', buildJudge)
|
|
|
const civilValue = getCategoryValue(civil, 'civil', civilJudge)
|
|
|
const electromechanicalValue = getCategoryValue(
|