ソースを参照

公式参数回显

duy 2 年 前
コミット
4e50a54e4f
1 ファイル変更1 行追加1 行削除
  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 = []
         }