Browse Source

公式参数

yangyj 2 năm trước cách đây
mục cha
commit
cbee52fca9
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

@@ -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,