Browse Source

列表详情修改

master
song 3 years ago
parent
commit
bad7ccca89
  1. 4
      src/views/OtherPages/Information.vue

4
src/views/OtherPages/Information.vue

@ -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);
} }
} }
}, },

Loading…
Cancel
Save