diff --git a/src/utils/helper/generatorHelper.ts b/src/utils/helper/generatorHelper.ts index f601bad..1b11fc5 100644 --- a/src/utils/helper/generatorHelper.ts +++ b/src/utils/helper/generatorHelper.ts @@ -1066,7 +1066,6 @@ ${hasTemplatePrint ? ' reactive ' : ''} function handleDatalog (record: Recordable) { modalVisible.value = true logId.value = record.id - console.log('日志', modalVisible.value, record) } ${ hasAddButton diff --git a/src/views/mdm/Bank/index.vue b/src/views/mdm/Bank/index.vue index b7c0f2f..af7edc2 100644 --- a/src/views/mdm/Bank/index.vue +++ b/src/views/mdm/Bank/index.vue @@ -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) { diff --git a/src/views/mdm/PipeGasDownloadPoint/index.vue b/src/views/mdm/PipeGasDownloadPoint/index.vue index 8857491..575b79a 100644 --- a/src/views/mdm/PipeGasDownloadPoint/index.vue +++ b/src/views/mdm/PipeGasDownloadPoint/index.vue @@ -171,7 +171,7 @@ function handleDatalog (record: Recordable) { modalVisible.value = true logId.value = record.id - console.log('日志', modalVisible.value, record) + } function handleAdd() { diff --git a/src/views/mdm/PipelineGgasLine/index.vue b/src/views/mdm/PipelineGgasLine/index.vue index 791c28c..b0c8816 100644 --- a/src/views/mdm/PipelineGgasLine/index.vue +++ b/src/views/mdm/PipelineGgasLine/index.vue @@ -171,7 +171,7 @@ function handleDatalog (record: Recordable) { modalVisible.value = true logId.value = record.id - console.log('日志', modalVisible.value, record) + } function handleAdd() {