删除多余console

This commit is contained in:
1378012178@qq.com 2025-08-12 08:52:34 +08:00
parent bbf7e9872e
commit feda330a1a
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ function getTableAction(record) {
* 接收
*/
function handleQueren(record) {
console.log("🚀 ~ handleQueren ~ record:", record)
registerModal.value.disableSubmit = false;
registerModal.value.orgFankui(record);
}