feat(sj_1.0.0): 完成通知人详情

This commit is contained in:
opensnail 2024-04-30 17:18:49 +08:00
parent 3cbee766a5
commit b915522ca6

View File

@ -26,7 +26,8 @@ watch(
() => props.rowData,
() => {
console.log(props.rowData);
// notifyAttribute.value = JSON.parse(props?.rowData?.notifyAttribute!) || {};
const rowData = props.rowData?.notifyAttribute;
notifyAttribute.value = JSON.parse(rowData!) || {};
},
{ immediate: true }
);