瀏覽代碼

解决冲突

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