修改bug

This commit is contained in:
‘937886381’
2024-01-24 17:16:05 +08:00
parent 3bc12b8830
commit c47dddfcdc
14 changed files with 1458 additions and 38 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2024-01-22 14:37:50
* @LastEditTime: 2024-01-24 17:10:28
* @Description:
-->
<template>
@@ -826,7 +826,10 @@ export default {
this.productLineList.forEach((item) => {
this.SJGWsData.detData.forEach((ele) => {
if (item.id == ele.productionLineId) {
nameList.push(item.name)
if (item.name.substr(0, 1) == "D") {
nameList.push(item.name)
}
}
})
})