删除日志打印console

This commit is contained in:
‘huanghaiixia’
2025-10-24 15:25:43 +08:00
parent 2988d179ac
commit d882d9b5b6
4 changed files with 2 additions and 4 deletions

View File

@ -196,7 +196,6 @@ const logPath = ref('/mdm/bank/datalog');
function handleDatalog (record: Recordable) {
modalVisible.value = true
logId.value = record.id
console.log('日志', modalVisible.value, record)
}
function handleAdd() {
if (schemaIdComputedRef.value) {