Commit 0ab4078e authored by huhaiqing's avatar huhaiqing

删除debugger

parent 2d7a8e08
...@@ -104,10 +104,10 @@ export default { ...@@ -104,10 +104,10 @@ export default {
}, },
/** 节点点击 */ /** 节点点击 */
nodeClick(currIndex, node) { nodeClick(currIndex, node) {
/* if (currIndex > this.currIndex) { if (currIndex > this.currIndex) {
this.$message.error("请先完成上一步"); this.$message.error("请先完成上一步");
return; return;
} */ }
this.currNode = node; this.currNode = node;
this.currentComponent = `${node.type}Widget`; this.currentComponent = `${node.type}Widget`;
this.$set(this.dialogConfig, "width", "500px"); this.$set(this.dialogConfig, "width", "500px");
......
...@@ -117,7 +117,6 @@ export default { ...@@ -117,7 +117,6 @@ export default {
watch: { watch: {
/* 监听发货对象 */ /* 监听发货对象 */
shipmentObj(val) { shipmentObj(val) {
debugger
let currNodeStatus = 11, let currNodeStatus = 11,
isBreak = false; isBreak = false;
// 迭代每个节点 // 迭代每个节点
...@@ -145,7 +144,6 @@ export default { ...@@ -145,7 +144,6 @@ export default {
} }
if (isBreak) break; if (isBreak) break;
} }
console.log(currNodeStatus)
this.statusLabel = statusName.get(currNodeStatus); this.statusLabel = statusName.get(currNodeStatus);
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment