diff --git a/src/views/dashboard/workplace/components/data-panel.vue b/src/views/dashboard/workplace/components/data-panel.vue index 6ef6759..14c9cba 100644 --- a/src/views/dashboard/workplace/components/data-panel.vue +++ b/src/views/dashboard/workplace/components/data-panel.vue @@ -158,7 +158,6 @@ label: '今日新增', value: props.alarmInfo.todayWarningCount, }]; - console.log(props.deviceInfo, props.alarmInfo, props.productInfo); \ No newline at end of file diff --git a/src/views/iot/product/components/product-edit.vue b/src/views/iot/product/components/product-edit.vue index 13be49c..331f6c6 100644 --- a/src/views/iot/product/components/product-edit.vue +++ b/src/views/iot/product/components/product-edit.vue @@ -348,7 +348,6 @@ if (res.status === 200) { onSuccess(res.data); formData.value.attachmentIds?.push(res.data.id); - console.log(formData.value); } else { onError(res.data); } diff --git a/src/views/iot/product/components/product-tsl.vue b/src/views/iot/product/components/product-tsl.vue index a181388..daa0e17 100644 --- a/src/views/iot/product/components/product-tsl.vue +++ b/src/views/iot/product/components/product-tsl.vue @@ -692,7 +692,6 @@ }; // 点击添加参数 const handleAddParams = (data: string) => { - console.log(data); if (data === 'serveInputData') { serveInputData.value.push({ name: '', diff --git a/src/views/notification/bulletin/components/bulletin-edit.vue b/src/views/notification/bulletin/components/bulletin-edit.vue index 6897e6b..9eb9c40 100644 --- a/src/views/notification/bulletin/components/bulletin-edit.vue +++ b/src/views/notification/bulletin/components/bulletin-edit.vue @@ -257,7 +257,6 @@ if (res.status === 200) { onSuccess(res.data); formData.value.attachmentIds?.push(res.data.id); - console.log(formData.value); } else { onError(res.data); }