|
@@ -1029,9 +1029,9 @@ const getPanel= async () => {
|
|
const pkeyIds=formKeyIds.value
|
|
const pkeyIds=formKeyIds.value
|
|
if (pkeyIds) {
|
|
if (pkeyIds) {
|
|
const {error, code, data} = await wbsApi.queryPanel({
|
|
const {error, code, data} = await wbsApi.queryPanel({
|
|
- ekey:tableFormItemNode.value['KeyName'],
|
|
|
|
|
|
+ key:tableFormItemNode.value['KeyName'],
|
|
contractId:contractId.value,
|
|
contractId:contractId.value,
|
|
- pKeyId:pkeyIds,
|
|
|
|
|
|
+ pkeyId:pkeyIds,
|
|
|
|
|
|
}, false)
|
|
}, false)
|
|
|
|
|
|
@@ -1050,7 +1050,7 @@ const PanelSaveClick = async (item,index) => {
|
|
ekey: tableFormItemNode.value['KeyName'],
|
|
ekey: tableFormItemNode.value['KeyName'],
|
|
contractId: contractId.value,
|
|
contractId: contractId.value,
|
|
value:formulaModalinfo.type,
|
|
value:formulaModalinfo.type,
|
|
- pKeyId:contractId.value,
|
|
|
|
|
|
+ pkeyId:contractId.value,
|
|
scope:componentDetail?.value['scope']
|
|
scope:componentDetail?.value['scope']
|
|
})
|
|
})
|
|
if (!error && code === 200) {
|
|
if (!error && code === 200) {
|