优化bug

This commit is contained in:
24kycj
2024-11-26 16:41:52 +08:00
parent 93212a8e96
commit ba8b99b7d2
3 changed files with 38 additions and 32 deletions
+9 -9
View File
@@ -157,25 +157,25 @@ const defaultData = {
// 左右盘仓
strong_list: [
{
strong_pos: 1, // 1盘仓,2盘仓
cd_type: 2, //CD类型:CD1DVD2 DVD_DL:3BD4,BD_DL:5,BD_TL:6,BD_QL:7
strong_pos: 1, // 1盘仓,2盘仓
cd_type: 1, //CD类型:CD1DVD2 DVD_DL:3BD4,BD_DL:5,BD_TL:6,BD_QL:7
cd_num: 0
},
{
strong_pos: 2,
cd_type: 1,
cd_type: 2,
cd_num: 0
}
],
strongList: {
1: {
strong_pos: 1,
cd_type: 2,
cd_type: 1,
cd_num: 0
},
2: {
strong_pos: 2,
cd_type: 1,
cd_type: 2,
cd_num: 0
}
}
@@ -183,22 +183,22 @@ const defaultData = {
// 光驱信息
cd_list: [
{
cd_pos: 1, // 设备位置 1:下光驱,2:上光驱
cd_pos: 2, // 设备位置 1:下光驱,2:上光驱
cd_status: 1, // 设备状态 0:无法确定光盘状态 ,1:没有光盘 , 2:光驱托盘打开, 3:光驱未准备好,4:光盘状态正常,光盘已插入
cd_taskid: '', // 当前任务id
dev_path: '', // 光驱路径
dev_type: 2, // 光驱类型
dev_type: 1, // 光驱类型
cd_assid: '', // 作业的卷标名
total_size: 0, // 总容量
use_size: 0, // 已使用容量
copy_scheduler: 0 // 任务进度
},
{
cd_pos: 2,
cd_pos: 1,
cd_status: 1,
cd_taskid: '',
dev_path: '',
dev_type: 1
dev_type: 2
}
],
// 日志信息