修复电池工序选项参数格式
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-25 15:40:17 +08:00
parent 7cb026fc71
commit e6866e54aa
2 changed files with 13 additions and 3 deletions

View File

@@ -192,7 +192,6 @@ export default {
.then(res => {
const data = this.normalizeProcessPayload(res)
this.processOptions = data.flow_process || []
this.form.processOptions = this.processOptions
this.tableData = this.normalizeProcessRows(data)
this.showProcess = true
})