|
@@ -441,8 +441,8 @@ export default {
|
|
|
const params = {
|
|
|
id: this.id,
|
|
|
details: detail,
|
|
|
- applicationFileList: this.applicationFileList
|
|
|
-
|
|
|
+ applicationFileList: this.applicationFileList,
|
|
|
+ sbIds: this.model.sbIds
|
|
|
}
|
|
|
fillGatherTask(params).then(res => {
|
|
|
console.log(res)
|