项目库 取消关联传参
This commit is contained in:
@@ -1088,11 +1088,13 @@
|
||||
this.$refs.ruleForm.validate(valid => {
|
||||
if (valid) {
|
||||
let formInline = JSON.parse(JSON.stringify(this.formInline))
|
||||
Object.keys(formInline).forEach(res => {
|
||||
if (formInline[res] && formInline[res] instanceof Array) {
|
||||
formInline[res] = formInline[res].join(',')
|
||||
}
|
||||
})
|
||||
if(!formInline.projectLawsInventoryEOS){
|
||||
Object.keys(formInline).forEach(res => {
|
||||
if (formInline[res] && formInline[res] instanceof Array) {
|
||||
formInline[res] = formInline[res].join(',')
|
||||
}
|
||||
})
|
||||
}
|
||||
if (!formInline.verifyDutyId) {
|
||||
formInline.verifyDutyId = ''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user