[update] 标准化发起流程修改

This commit is contained in:
lideqin
2023-12-15 10:43:26 +08:00
parent 27d6824de8
commit 2f6519eef8
2 changed files with 12 additions and 4 deletions
@@ -309,9 +309,7 @@ export default {
// 校验表格是否每行都有数据,每行的联络人是否都有
let data = {}
if (this.dataSource && this.dataSource.length > 0) {
data.dataSource = this.dataSource.map(item => {
return { ...item, enStandardSystem: item.enStandardSystem ? item.enStandardSystem.join(',') : ''}
})
data.dataSource = this.dataSource
let hasErr = false
for (const item of this.dataSource) {
if (!item.contactUser) {