Selaa lähdekoodia

公式参数回显

duy 2 vuotta sitten
vanhempi
commit
4e50a54e4f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/data-fill/components/ListItem.vue

+ 1 - 1
src/views/data-fill/components/ListItem.vue

@@ -1128,7 +1128,7 @@ const getPanel = async () => {
 
         if (!error && code === 200) {
             componentDetail.value = getObjNullValue(data)
-            formulaModalinfo.type=componentDetail?.value.info?.data||''
+            formulaModalinfo.value.type=componentDetail?.value.info?.data||''
         } else {
             componentDetail.value = []
         }