Browse Source

公式参数

duy 2 years ago
parent
commit
0ab48461b6
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/data-fill/components/ListItem.vue

+ 3 - 2
src/views/data-fill/components/ListItem.vue

@@ -1013,10 +1013,11 @@ const handleMenuSelect = ({key}) => {
        
     }
     else if(key === 'formula'){
-         getPanel()
+       
        console.log('公式参数');
        console.log(tableFormItemNode.value,'tableFormItemNode.value');
        formulaModal.value=true
+         getPanel()
       
       
        
@@ -1035,7 +1036,7 @@ const getPanel= async () => {
         }, false)
    
         if (!error && code === 200) {
-            componentDetail.value = getArrValue(data)
+            componentDetail.value = getObjNullValue(data)
         } else {
             componentDetail.value = []
         }