洪海涛 преди 4 години
родител
ревизия
60ad2278e5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/markingIssues.vue

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