WanGxC 7 hónapja
szülő
commit
3f6266cf85

+ 2 - 5
src/views/product-manage/product-monitor/component/DataTable.vue

@@ -194,13 +194,10 @@ async function singleDelete(row: any) {
     ElMessage.success({ message: '删除成功', plain: true });
     handleRefresh();
   }
-function handleCreate() {
-	createOpen.value = true;
 }
 
-function singleDelete(row: any) {
-  // dialogVisible.value = true;
-  rowData.value = row;
+function handleCreate() {
+	createOpen.value = true;
 }
 
 function downloadTemplate() {