删除日志打印console
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user