Commit 0ab4078e authored by huhaiqing's avatar huhaiqing

删除debugger

parent 2d7a8e08
......@@ -104,10 +104,10 @@ export default {
},
/** 节点点击 */
nodeClick(currIndex, node) {
/* if (currIndex > this.currIndex) {
if (currIndex > this.currIndex) {
this.$message.error("请先完成上一步");
return;
} */
}
this.currNode = node;
this.currentComponent = `${node.type}Widget`;
this.$set(this.dialogConfig, "width", "500px");
......
......@@ -117,7 +117,6 @@ export default {
watch: {
/* 监听发货对象 */
shipmentObj(val) {
debugger
let currNodeStatus = 11,
isBreak = false;
// 迭代每个节点
......@@ -145,7 +144,6 @@ export default {
}
if (isBreak) break;
}
console.log(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