|
@@ -266,6 +266,7 @@ export default {
|
|
levelMap: {},
|
|
levelMap: {},
|
|
questionMap: {},
|
|
questionMap: {},
|
|
treeData: [],
|
|
treeData: [],
|
|
|
|
+ needStop: null,
|
|
needStopMap: {},
|
|
needStopMap: {},
|
|
planFlag: 0,
|
|
planFlag: 0,
|
|
planFlagMap: {},
|
|
planFlagMap: {},
|
|
@@ -468,6 +469,9 @@ export default {
|
|
this.$message.error('上传失败')
|
|
this.$message.error('上传失败')
|
|
return []
|
|
return []
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ changeNeedStop (value) {
|
|
|
|
+ this.needStop = value
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|