推送按钮调整

This commit is contained in:
mzr 2025-12-04 10:42:33 +08:00
parent 9c2c4f7484
commit 3948d6977f
1 changed files with 3 additions and 1 deletions

View File

@ -689,6 +689,7 @@ export default function clickBtn(props, id, text, record, index) {
}
}
});
break;
}
case "pushtoQms": {
rowIds = [];
@ -704,6 +705,7 @@ export default function clickBtn(props, id, text, record, index) {
}
}
});
break;
}
}
}