|
@@ -191,7 +191,7 @@ export default {
|
|
|
rules: {
|
|
|
communityId: [this.$valid.inputRequired('社区名称')],
|
|
|
routeName: [this.$valid.inputRequired('巡更路线名称')],
|
|
|
- routePointRelationDtos: [this.$valid.inputRequired('巡更点')],
|
|
|
+ routePointRelationDtos: [this.$valid.selectRequired('巡更点')],
|
|
|
startDate: [this.$valid.selectRequired('巡更日期')],
|
|
|
timePeriod: [this.$valid.selectRequired('巡更时间')],
|
|
|
periodValue: [this.$valid.selectRequired('巡更周期')]
|