@QA,I want you to act as the author of a commit message in git.I'll enter a git diff, and your job is to convert it into a useful commit message.Do not preface the commit with anything, use the present tense, return the full sentence, and use the conventional commits specification (<type in lowercase>: <subject>):
diff --git a/src/views/device/product/components/DataPoint.vue b/src/views/device/product/components/DataPoint.vue
index 3c69a2b..b3a2a94 100644
--- a/src/views/device/product/components/DataPoint.vue
+++ b/src/views/device/product/components/DataPoint.vue
@@ -20,7 +20,6 @@ const tabsConfigRef = ref({})
const tableData = ref([])
const isEdit = ref(null)
-const currEdit = ref({})
const modelType = ref('属性')
const productKey = location.search.match(/\?id=(\d+)/)[1]
@@ -29,7 +28,6 @@ function handleModelShow(row) {
modelShow.value = true
if (row) {
isEdit.value = true
你还记得我吗,我的名字是什么
@Curtion,你看看错误信息,是不是待审核无法回复?