修改普测测试

This commit is contained in:
zhujiyan
2024-06-07 11:14:29 +08:00
parent a74dbc5930
commit bfa80b1d08

View File

@@ -149,7 +149,7 @@ const tableStore = new TableStore({
}, },
click: row => { click: row => {
// deviceQuitPopup.value.open('重新发起退运', row) // deviceQuitPopup.value.open('重新发起退运', row)
planAddRef.value.open('重新发起计划', row.id) planAddRef.value.open('重新发起计划', row.id,false)
} }
}, },
{ {