Browse Source

bug修改

钱惠东 2 months ago
parent
commit
1361f6b380

+ 1 - 1
ruoyi-ui-vue2/src/views/crmManagement/paramRelatedCase/secondaryPage.vue

@@ -886,7 +886,7 @@ export default {
                 item.selectItem = item.selectItem.split(";");
                 let options = []
                 item.selectItem.forEach(selectItem => {
-                  item.options.some(option => {
+                  item.options?.some(option => {
                     if (option['value'] === selectItem) {
                       options.push(option)
                     }