洪海涛 4 лет назад
Родитель
Сommit
60ad2278e5

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/markingIssues.vue

@@ -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 === '负责人') {