Browse Source

Merge remote-tracking branch 'origin/master'

master
God 2 years ago
parent
commit
346a735b91
  1. 2
      anrui-base/anrui-base-ui/src/views/dealer/distributormanagement/distributormanagement.vue

2
anrui-base/anrui-base-ui/src/views/dealer/distributormanagement/distributormanagement.vue

@ -500,7 +500,7 @@ export default {
}, },
toReport() { toReport() {
if (this.sids.length === 1) { if (this.sids.length === 1) {
if (this.multipleSelection[0].state === '未备') { if (this.multipleSelection[0].state === '未备') {
this.viewState = 5 this.viewState = 5
this.$refs['divRecord'].showAdd(this.sids[0]) this.$refs['divRecord'].showAdd(this.sids[0])
} else { } else {

Loading…
Cancel
Save