|
|
|
@ -531,7 +531,6 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
formData.title = this.processData.description |
|
|
|
|
formData.targetLibrary = this.libraryAssociationIdInvisible |
|
|
|
|
formData.processUdgetPlanId=this.processUdgetPlanIds |
|
|
|
|
console.log(this.processUdgetPlanIds); |
|
|
|
|
if (!formData.tableName) formData.tableName = this.processData.businessTable |
|
|
|
|
var url = this.url.add |
|
|
|
|
let method = 'post' |
|
|
|
@ -613,7 +612,6 @@ import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.processUdgetPlanIds=ids.join(","); |
|
|
|
|
console.log(this.processUdgetPlanIds,"processUdgetPlanIds") |
|
|
|
|
let params = {} |
|
|
|
|
params.ids = JSON.stringify(ids) |
|
|
|
|
this.requestSubTableData(this.url.list, params, this.processMaterialWarehousingListTable) |
|
|
|
|