Compare commits

...

2 Commits

Author SHA1 Message Date
f9f417a7cd Merge branch 'master' of http://61.139.16.27:26684/maojiacai/ba_web 2026-01-14 18:15:16 +08:00
edcf9f3823 更新 2026-01-14 18:15:04 +08:00

View File

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