|
@@ -368,7 +368,7 @@ export default {
|
|
created() {
|
|
created() {
|
|
this.comCode = this.code;
|
|
this.comCode = this.code;
|
|
if (this.comCode) {
|
|
if (this.comCode) {
|
|
- if (this.yregion) {
|
|
|
|
|
|
+ if (this.yregion || this.yregion == 0) {
|
|
this.region = ''+this.yregion
|
|
this.region = ''+this.yregion
|
|
}
|
|
}
|
|
|
|
|