李林
2023-08-09 1615528985f30b496d3c294e82136434ee36397c
src/components/view/standard.vue
@@ -153,8 +153,7 @@
      <el-dialog
        title="BOM新增"
        :visible.sync="bomAddModelVisible"
        width="30%"
        :before-close="handleClose">
        width="30%">
        <el-form>
          
        </el-form>
@@ -207,7 +206,6 @@
        this.$refs.tree.filter(val);
      },
      tableType(val){
        console.log(val)
        this.selectProductTableData()
      }
    },
@@ -216,7 +214,6 @@
    },
    methods: {
      handleNodeClick(data) {
        // console.log(data);
        this.checkTreeNode = data
        // this.selectMaterialTree()
        this.selectProductTableData()
@@ -251,7 +248,6 @@
          this.$nextTick().then(() => {
          const firstNode = document.querySelector('.el-tree-node .el-tree-node__children .el-tree-node .el-tree-node__children .el-tree-node .el-tree-node__children .el-tree-node')
          firstNode.click()
          // console.log(firstNode)
          })
        })
        
@@ -275,7 +271,6 @@
        this.tableData = productList
            break;
        }
        console.log(this.tableData)
      }
    }
  }