Browse Source

机房维保任务编号

zhulizhen1111 4 years ago
parent
commit
754ef48a25
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/room/index.vue

+ 2 - 2
src/views/room/index.vue

@@ -170,14 +170,14 @@
                                 placeholder='搜索任务编号'
                                 size='small'
                                 prefix-icon='el-icon-search'
-                                v-model='statuSelect5'
+                                v-model='rwbhInput5'
                                 style='margin-right:12px;width:220px;'
                             ></el-input>
                             <Select
                                 @change='Index4Emit(1)'
                                 width='220'
                                 tipPlace='top'
-                                v-model='rwbhInput5'
+                                v-model='statuSelect5'
                                 caption='任务状态:'
                                 v-if='status.length>=0'
                                 :selectdata='status'