|
|
@@ -1,6 +1,5 @@
|
|
|
<template>
|
|
|
<el-dialog :visible.sync="visible" :title="`${title}信息`" width="80vw">
|
|
|
- =={{ searchForm }}++{{ dimension }}
|
|
|
<el-form :model="searchForm" label-width="100px">
|
|
|
<el-row>
|
|
|
<!-- <el-col :span="6">
|
|
|
@@ -380,7 +379,6 @@
|
|
|
this.total = res.count;
|
|
|
// this.selectionList = deepClone(this.warehousingMaterialList);
|
|
|
|
|
|
- console.log(' this.dimension', this.dimension);
|
|
|
this.$nextTick(() => {
|
|
|
this.tableData.forEach((item) => {
|
|
|
const index = this.warehousingMaterialList.findIndex((i) =>
|
|
|
@@ -407,7 +405,6 @@
|
|
|
},
|
|
|
open() {
|
|
|
this.visible = true;
|
|
|
- console.log('有数据', this.warehousingMaterialList);
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.treeList.getTreeData();
|
|
|
// this.doSearch()
|
|
|
@@ -460,7 +457,6 @@
|
|
|
for (const key in val) {
|
|
|
val[key].categoryId = val[key].id;
|
|
|
}
|
|
|
- console.log('===12123121212', val);
|
|
|
this.selectionList = val;
|
|
|
},
|
|
|
handleNodeClick(data) {
|
|
|
@@ -506,11 +502,7 @@
|
|
|
});
|
|
|
this.total = res.count;
|
|
|
// this.selectionList = deepClone(this.warehousingMaterialList);
|
|
|
- console.log(' this.tableData', this.tableData);
|
|
|
- console.log(
|
|
|
- 'this.warehousingMaterialList',
|
|
|
- this.warehousingMaterialList
|
|
|
- );
|
|
|
+
|
|
|
this.$nextTick(() => {
|
|
|
this.tableData.forEach((item) => {
|
|
|
const index = this.warehousingMaterialList.findIndex((i) =>
|