删除日志打印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

@ -1066,7 +1066,6 @@ ${hasTemplatePrint ? ' reactive ' : ''}
function handleDatalog (record: Recordable) { function handleDatalog (record: Recordable) {
modalVisible.value = true modalVisible.value = true
logId.value = record.id logId.value = record.id
console.log('日志', modalVisible.value, record)
} }
${ ${
hasAddButton hasAddButton

View File

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

View File

@ -171,7 +171,7 @@
function handleDatalog (record: Recordable) { function handleDatalog (record: Recordable) {
modalVisible.value = true modalVisible.value = true
logId.value = record.id logId.value = record.id
console.log('日志', modalVisible.value, record)
} }
function handleAdd() { function handleAdd() {

View File

@ -171,7 +171,7 @@
function handleDatalog (record: Recordable) { function handleDatalog (record: Recordable) {
modalVisible.value = true modalVisible.value = true
logId.value = record.id logId.value = record.id
console.log('日志', modalVisible.value, record)
} }
function handleAdd() { function handleAdd() {