Explorar o código

专利标引的时候产品的架构选项不展示

zhuliu hai 1 ano
pai
achega
5766426fe4

+ 3 - 0
src/views/project/patentDetails/components/PatentField.vue

@@ -379,6 +379,9 @@ export default {
               break;
               break;
             case 6://多选和树
             case 6://多选和树
             case 5:
             case 5:
+            case 7:
+            case 8:
+            case 9:
               var a = []
               var a = []
               // item.selectedValue = []
               // item.selectedValue = []
               a = (item.selected && item.selected.length > 0) ? item.selected.map(item => item.valueId) : []
               a = (item.selected && item.selected.length > 0) ? item.selected.map(item => item.valueId) : []