Browse Source

完善经销商管理

master
yunuo970428 2 years ago
parent
commit
b26bcdb6cf
  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