春风项目四线(合箱线、总装线)
yyt
2024-01-22 4c41b4b3d7a61c105afd2942f7608c6308ef2e27
jcdm-ui/src/views/main/bs/formulaChild/index.vue
@@ -177,7 +177,7 @@
          </el-table-column>
          <el-table-column label="创建用户" width="130" align="center" prop="createUser">
          </el-table-column>
          <el-table-column label="创建时间" width="150" align="center" prop="createTime">
          <el-table-column label="创建时间" width="160" align="center" prop="createTime">
          </el-table-column>
          <el-table-column label="更改用户" width="130" align="center" prop="updateUser">
          </el-table-column>
@@ -368,6 +368,7 @@
    let formulaCode = this.$route.query.formulaCode;
    this.queryParams.formulaCode = formulaCode;
    this.formulaCode = formulaCode;
    this.form.formulaCode = formulaCode;
    this.headerInformation();
    this.getList();
  },