Browse Source

公式参数

yangyj 2 years ago
parent
commit
cbee52fca9
1 changed files with 1 additions and 1 deletions
  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,