diff --git a/src/views/visualCheck/checkManage/dataScreening/module/form.vue b/src/views/visualCheck/checkManage/dataScreening/module/form.vue index 24fa1c9..80ee119 100644 --- a/src/views/visualCheck/checkManage/dataScreening/module/form.vue +++ b/src/views/visualCheck/checkManage/dataScreening/module/form.vue @@ -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) => {