This commit is contained in:
2026-01-14 18:15:04 +08:00
parent 50835f8a9c
commit edcf9f3823

View File

@ -153,7 +153,7 @@ const onBatchAudit = () => {
const addEdit = (type, row) => {
nextTick(() => {
if(type == 'sh'){
addSpDiloag.value.init(row);
RefSteap.value.init(row);
}else if(type == 'shForm'){
shForm.value.init(row);
}