Browse Source

Merge branch 'master' into jyb_20250422_dev

贾宇博 4 weeks ago
parent
commit
a9218e8ea2
1 changed files with 2 additions and 2 deletions
  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);