|
@ -112,9 +112,9 @@ export default { |
|
|
this.code = val; |
|
|
this.code = val; |
|
|
this.getDetault(val); |
|
|
this.getDetault(val); |
|
|
if (this.code.length === 6 && ((this.code === '060101' || this.code === '060503'))) { |
|
|
if (this.code.length === 6 && ((this.code === '060101' || this.code === '060503'))) { |
|
|
this.getContentData(this.code); |
|
|
|
|
|
} else { |
|
|
|
|
|
this.getData(this.code); |
|
|
this.getData(this.code); |
|
|
|
|
|
} else { |
|
|
|
|
|
this.getContentData(this.code); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|