|
@@ -1128,7 +1128,7 @@ const getPanel = async () => {
|
|
|
|
|
|
if (!error && code === 200) {
|
|
if (!error && code === 200) {
|
|
componentDetail.value = getObjNullValue(data)
|
|
componentDetail.value = getObjNullValue(data)
|
|
- formulaModalinfo.type=componentDetail?.value.info?.data||''
|
|
|
|
|
|
+ formulaModalinfo.value.type=componentDetail?.value.info?.data||''
|
|
} else {
|
|
} else {
|
|
componentDetail.value = []
|
|
componentDetail.value = []
|
|
}
|
|
}
|