This commit is contained in:
sjl
2025-03-12 11:17:12 +08:00
parent 05948aebf5
commit d7cfcc7855
3 changed files with 20 additions and 10 deletions

View File

@@ -314,7 +314,7 @@ const handleActiveIndexChange = (newActiveIndex: number) => {
// 定义 handleScriptChange 方法
const handleScriptChange = (value: string) => {
// 根据业务需求实现具体逻辑
console.log('检测脚本变更:', value);
//console.log('检测脚本变更:', value);
router.push({
path: '/machine/controlSource',
state: { title: '新增检测脚本', row: '', mode: modeStore.currentMode }