瀏覽代碼

巡更点

Shannon_mu 3 年之前
父節點
當前提交
46e7c8b9cd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      operationSupport/src/views/patrolManagement/popups/addPatrol.vue

+ 1 - 1
operationSupport/src/views/patrolManagement/popups/addPatrol.vue

@@ -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('巡更周期')]