feat(sj_1.0.0): 完成通知人详情
This commit is contained in:
parent
3cbee766a5
commit
b915522ca6
@ -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 }
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user