微调
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user