|
@@ -98,7 +98,7 @@ export default {
|
|
|
if (elm.name === '问题') {
|
|
|
this.normalAreaName = this.menuData[elm.headerKey]
|
|
|
}
|
|
|
- if (elm.name === '归属团队') {
|
|
|
+ if (elm.name.search(/团队/) > -1) {
|
|
|
this.cascaderValue = this.menuData[elm.headerKey]
|
|
|
}
|
|
|
if (elm.name === '负责人') {
|