江河模块修改

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,10 +26,10 @@
</a-select>
</a-form-item>
<a-form-item label="起始日期:">
<a-date-picker valueFormat="YYYY-MM" v-model:value="where.startTime"></a-date-picker>
<a-month-picker valueFormat="YYYY-MM" v-model:value="where.startTime"></a-month-picker>
</a-form-item>
<a-form-item label="结束日期:">
<a-date-picker valueFormat="YYYY-MM" v-model:value="where.endTime"></a-date-picker>
<a-month-picker valueFormat="YYYY-MM" v-model:value="where.endTime"></a-month-picker>
</a-form-item>
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-form-item class="ele-text-right" :wrapper-col="{ span: 24 }">
@@ -123,7 +123,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 {