소스 검색

fix(thirdDevice): upadte property

wang xiao 1 년 전
부모
커밋
cf57699ea7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Iot/thirdDevice/index.vue

+ 1 - 1
src/pages/Iot/thirdDevice/index.vue

@@ -104,7 +104,7 @@
           <div v-if="!record.ed" ><a>{{record.devicePropVal}}</a></div>
           <a-space  v-else>
             <a-input v-model:value='record.devicePropVal' ></a-input>
-            <a-button type="primary" size="samll" @click="changeDevicePropVal" >
+            <a-button type="primary" size="samll" @click="changeDevicePropVal(record)" >
               <template #icon>
                 <CheckOutlined />
               </template>