江河模块修改

This commit is contained in:
shixiaoman
2021-12-06 14:01:02 +08:00
parent 77f31ce301
commit 1b58bd132a
15 changed files with 82 additions and 99 deletions

View File

@@ -26,7 +26,7 @@
</a-select>
</a-form-item>
<a-form-item label="查询日期:">
<a-date-picker valueFormat="YYYY" v-model:value="where.startTime"></a-date-picker>
<a-month-picker valueFormat="YYYY" v-model:value="where.startTime" />
</a-form-item>
<a-col :lg="6" :md="12" :sm="24" :xs="24">
@@ -171,7 +171,7 @@
this.visibleWater = true;
this.sectionInfo = res.data.data
res.data.data.forEach((m) => {
this.waterSystemList.push(m.waterBody);
this.waterSystemList.push(m.riverLakeLibrary);
})
this.waterSystemList = [...new Set(this.waterSystemList)];
} else {