소스 검색

公式参数

yangyj 2 년 전
부모
커밋
cbee52fca9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/data-fill/components/ListItem.vue

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

@@ -1135,7 +1135,7 @@ const getPanel = async () => {
 const PanelSaveClick = async (item, index) => {
     const {res, error, code} = await wbsApi.savePanel({
         parentId: formparentId.value,
-        ekey: tableFormItemNode.value['KeyName'],
+        key: tableFormItemNode.value['KeyName'],
         contractId: contractId.value,
         value: formulaModalinfo.type,
         pkeyId: contractId.value,