Browse Source

公式参数回显

duy 2 năm trước cách đây
mục cha
commit
4e50a54e4f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = []
         }