|
|
|
@ -248,6 +248,8 @@ export default { |
|
|
|
if (this.form.stockType === 6 && this.gridStockRegion !== '') { |
|
|
|
this.form.stockRegion = this.gridStockRegion |
|
|
|
} |
|
|
|
this.form.reableGridIds = this.reachable.map(item => item.gridId) |
|
|
|
this.form.unReableGridIds = this.unreachable.map(item => item.gridId) |
|
|
|
delete this.form.stockGridNumName |
|
|
|
delete this.form.stockTypeName |
|
|
|
crudStockTaskLog.add(this.form).then((res) => { |
|
|
|
|