[update] 标准化发起流程修改
This commit is contained in:
+1
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user