|
@@ -47,8 +47,8 @@ export default {
|
|
|
methods: {
|
|
|
getData() {
|
|
|
const params = {
|
|
|
- year: this.yearTime,
|
|
|
- area: this.currentArea
|
|
|
+ // year: this.yearTime,
|
|
|
+ areaName: this.currentArea
|
|
|
};
|
|
|
ElectronicCertificateInfo.getData(params).then((res) => {
|
|
|
this.data = res.data.result;
|