From 7a1f26ed805f8c90ed25f185f1785b4ea84670da Mon Sep 17 00:00:00 2001 From: wu <2468489804@qq.com> Date: Mon, 22 Aug 2022 12:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ParentDeviceCode=E4=B8=BAunde?= =?UTF-8?q?fined=E6=97=B6=EF=BC=8C=E8=87=AA=E5=8A=A8=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=88=A0=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/edgeServer/edgeServerConfigure/deviceConfigure.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/edgeServer/edgeServerConfigure/deviceConfigure.vue b/src/views/edgeServer/edgeServerConfigure/deviceConfigure.vue index 80bcb63..0fc5dd1 100644 --- a/src/views/edgeServer/edgeServerConfigure/deviceConfigure.vue +++ b/src/views/edgeServer/edgeServerConfigure/deviceConfigure.vue @@ -125,7 +125,7 @@ export default { // if (this.choosable === 'true') { // deviceConfigureModelValue["@ParentDeviceCode"] = val["@ParentDeviceCode"] // } - deviceConfigureModelValue["@ParentDeviceCode"] = val["@ParentDeviceCode"] + deviceConfigureModelValue["@ParentDeviceCode"] = val["@ParentDeviceCode"] || '' each(deviceConfigureFormItemData[this.defaultDeviceTypeNameValue], (item) => { if (item.type === 'time') { deviceConfigureModelValue[item.key] = val[item.key] ? val[item.key] : new Date()