|
@@ -662,10 +662,10 @@ export default {
|
|
this.isPick = this.userInfo.isPick
|
|
this.isPick = this.userInfo.isPick
|
|
res.data.forEach(k => {
|
|
res.data.forEach(k => {
|
|
if (this.frontPickType) {
|
|
if (this.frontPickType) {
|
|
- if (!this.isFront && k.dictCode == 1) {
|
|
|
|
|
|
+ if (!this.isFront && k.dictCode == 2) {
|
|
k.disabled = true
|
|
k.disabled = true
|
|
}
|
|
}
|
|
- if (!this.isPick && k.dictCode == 2) {
|
|
|
|
|
|
+ if (!this.isPick && k.dictCode == 1) {
|
|
k.disabled = true
|
|
k.disabled = true
|
|
}
|
|
}
|
|
}
|
|
}
|