Explorar o código

Merge branch 'master' into jyb_20250422_dev

贾宇博 hai 4 semanas
pai
achega
a9218e8ea2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      pages/Client/new_file.vue

+ 2 - 2
pages/Client/new_file.vue

@@ -177,6 +177,7 @@
 
 	const getParentId = (service) => parentIdMap[service.name] || 1;
 
+
 	// 宫格点击事件
 	const handleGridClick = async (index) => {
 		const service = serviceList1.value[index]; // 获取点击的服务条目
@@ -228,8 +229,7 @@
 		init();
 
 	}
-	};
-
+};
 
 	const change = (e) => {
 		console.log('change', e);