@@ -12,7 +12,6 @@
:min-size="200"
:max-size="-200"
:left-style="{
- background: 'rgba(185, 182, 229, .4)',
overflow: 'hidden',
width: '100%'
}"
@@ -167,9 +166,9 @@
},
rowClick(row, taskId) {
- console.log(6666, row);
+
if (taskId) {
- console.log(6666);
let params = {
categoryId: row.categoryId,
taskId: taskId
@@ -178,7 +177,7 @@
this.BomObj = res.data;
this.$forceUpdate();
- console.log(88, this.BomObj);
});
}