优化bug
This commit is contained in:
@@ -636,8 +636,7 @@ export default {
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
if (that.form.copy_type == 4) {
|
||||
} else if (that.form.copy_type == 4) {
|
||||
that.$alert('请将需要读取的光盘放入右盘仓,然后点击确定', '温馨提示', {
|
||||
confirmButtonText: '确定',
|
||||
showCancelButton: true,
|
||||
@@ -647,6 +646,8 @@ export default {
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
submit()
|
||||
}
|
||||
function submit() {
|
||||
if (that.setForm.isArrow) {
|
||||
@@ -952,7 +953,7 @@ export default {
|
||||
},
|
||||
setSure() {
|
||||
this.setShow = false
|
||||
that.$store.dispatch('chat/setDatas', {name: 'workStatus', data: true})
|
||||
this.$store.dispatch('chat/setDatas', {name: 'workStatus', data: true})
|
||||
this.$store.dispatch('setDatas', { name: 'setForm', data: this.setForm })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user