소스 검색

解决冲突

WanGxC 7 달 전
부모
커밋
3f6266cf85
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      src/views/product-manage/product-monitor/component/DataTable.vue

+ 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() {