diff --git a/.env.dev b/.env.dev index 0181e049..c9990cf5 100644 --- a/.env.dev +++ b/.env.dev @@ -1,8 +1,8 @@ ### # @Author: Do not edit # @Date: 2023-08-29 09:40:39 - # @LastEditTime: 2023-11-16 08:52:02 - # @LastEditors: zhp + # @LastEditTime: 2023-11-16 14:07:34 + # @LastEditors: DY # @Description: ### # 开发环境配置 diff --git a/src/views/base/coreProductionLine/index.vue b/src/views/base/coreProductionLine/index.vue index 215cf41c..816ae787 100644 --- a/src/views/base/coreProductionLine/index.vue +++ b/src/views/base/coreProductionLine/index.vue @@ -140,8 +140,8 @@ export default { getDataList() { this.dataListLoading = true; this.urlOptions.getDataListURL(this.listQuery).then(response => { - // this.tableData = response.data.list; - this.getStatus(response.data.list) + this.tableData = response.data.list; + // this.getStatus(response.data.list) this.listQuery.total = response.data.total; this.dataListLoading = false; }); @@ -150,6 +150,7 @@ export default { const ids = list.map((i) => { return i.id; }); + console.log('111', ids) getStatus(ids).then((response) => { response.forEach((a) => { list.forEach((b) => { diff --git a/src/views/base/coreWorkOrder/allocation.vue b/src/views/base/coreWorkOrder/allocation.vue index f9e45b1a..24f3f5cc 100644 --- a/src/views/base/coreWorkOrder/allocation.vue +++ b/src/views/base/coreWorkOrder/allocation.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-11-18 14:16:25 * @LastEditors: DY - * @LastEditTime: 2023-11-15 17:45:04 + * @LastEditTime: 2023-11-16 09:14:35 * @Description: -->