删除日志
This commit is contained in:
parent
1598e77215
commit
36026fc4ed
@ -219,7 +219,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
passWordCommit(data) {
|
||||
console.log(data);
|
||||
const operate = {
|
||||
type: 'mbm',
|
||||
operation: data.operateNext
|
||||
@ -366,7 +365,6 @@ export default {
|
||||
operate.param = {signalCode: route.startSignalCode};
|
||||
}
|
||||
this.$store.dispatch('training/nextNew', operate).then(({ valid, response }) => {});
|
||||
console.log(operate);
|
||||
},
|
||||
handelTotalCancel(model, subType) {
|
||||
const operate = {
|
||||
@ -394,7 +392,6 @@ export default {
|
||||
operate.param = {signalCode: route.startSignalCode};
|
||||
}
|
||||
this.$store.dispatch('training/nextNew', operate).then(({ valid, response }) => {});
|
||||
console.log(operate);
|
||||
},
|
||||
handleGuideRoute(deviceList) {
|
||||
if (deviceList.length === 1) {
|
||||
@ -445,7 +442,6 @@ export default {
|
||||
this.$store.dispatch('training/nextNew', operate).then(({ valid, response }) => {});
|
||||
}
|
||||
});
|
||||
console.log(operate, '222222222222');
|
||||
}
|
||||
},
|
||||
selectedChange() {
|
||||
|
Loading…
Reference in New Issue
Block a user