@@ -262,7 +262,7 @@ export default defineComponent({
state.detail = res.data;
if (res.data.from == 4) {
//propertyData
- api.node.getpropertyList({ key: res.data.deviceConfig.productKey }).then((re: any) => {
+ api.node.getpropertyList({ productKey: res.data.deviceConfig.productKey }).then((re: any) => {
state.propertyData = re;
});
}