Explorar el Código

fix(thirdDevice): upadte property

wang xiao hace 1 año
padre
commit
cf57699ea7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>