|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { listBom, getBom, delBom, addBom, updateBom } from "@/api/wms/bom";
|
|
|
|
|
import { listBom, getBom, delBom, addBom, updateBom,listBomComponent} from "@/api/wms/bom";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "Bom",
|
|
|
|
@ -170,7 +170,7 @@ export default {
|
|
|
|
|
/** 查询BOM物料管理列表 */
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
listBom(this.queryParams).then(response => {
|
|
|
|
|
listBomComponent(this.queryParams).then(response => {
|
|
|
|
|
this.bomList = response.rows;
|
|
|
|
|
this.total = response.total;
|
|
|
|
|
this.loading = false;
|
|
|
|
|