Compare commits
2 Commits
29dfc193a6
...
e3cf570d39
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3cf570d39 | ||
|
|
ef38816f30 |
@@ -620,7 +620,7 @@ const handleGenerateReport = async () => {
|
||||
planId: checkStore.plan.id,
|
||||
devIdList: [formContent.deviceId],
|
||||
scriptId: checkStore.plan.scriptId,
|
||||
planCode: checkStore.plan.code + (formContent.errorSysId!=checkStore.plan.errorSysId ? '_temp':'')
|
||||
planCode: checkStore.plan.code + (formContent.errorSysId!=checkStore.plan.errorSysId||formContent.dataRule!=checkStore.plan.dataRule ? '_temp':'')
|
||||
}).then(res => {
|
||||
if (res.code === ResultEnum.SUCCESS) {
|
||||
ElMessage.success({ message: `报告生成成功!` })
|
||||
|
||||
Reference in New Issue
Block a user