隐患确认单
This commit is contained in:
parent
3457523251
commit
fb03f6c06b
@ -51,4 +51,18 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
btnAddContent:({record,close,loadData,custom,dispatch,btn})=> {
|
||||||
|
// const rrecord= {record};
|
||||||
|
const data= {
|
||||||
|
id: (record ? record.CHECK_CONTENTS_ID : ''),
|
||||||
|
homeReload: true,
|
||||||
|
close: () => {
|
||||||
|
// loadData();
|
||||||
|
},
|
||||||
|
onCancel: () => {
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
return {content: <FormPage formCode={'SK059'} data={data} />}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user