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