Compare commits
2 Commits
c30569f5e1
...
fb9460e307
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb9460e307 | ||
|
|
99a8c97b17 |
@@ -344,7 +344,8 @@ const initScriptData = async () => {
|
|||||||
devId: formContent.deviceId,
|
devId: formContent.deviceId,
|
||||||
chnNum: formContent.chnNum,
|
chnNum: formContent.chnNum,
|
||||||
num: formContent.num,
|
num: formContent.num,
|
||||||
planId: checkStore.plan.id
|
planId: checkStore.plan.id,
|
||||||
|
code: checkStore.plan.code + (formContent.errorSysId!=checkStore.plan.errorSysId || formContent.dataRule!=checkStore.plan.dataRule? '_temp':'')
|
||||||
})
|
})
|
||||||
|
|
||||||
// 格式化脚本数据
|
// 格式化脚本数据
|
||||||
|
|||||||
Reference in New Issue
Block a user