|
@@ -355,6 +355,9 @@ var subComponent = {
|
|
|
}
|
|
|
if(this.initdata.industry.length == 0) {
|
|
|
this.info.industry = '已选:全部'
|
|
|
+ if (this.vSwitch === 'f') {
|
|
|
+ this.info.industry = '请选择采购单位类型'
|
|
|
+ }
|
|
|
} else {
|
|
|
this.info.industry = '已选:' + this.initdata.industry.join('、')
|
|
|
}
|