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