浏览代码

update: nb组件产品上 无需恢复

jay 1 年之前
父节点
当前提交
f9b73532a6

+ 1 - 1
data/components/750da259-ff77-4869-a5a5-12a5433b0e4c/component.js

@@ -331,7 +331,7 @@ this.onReceive = function (head, type, payload) {
                 payload: payload
             }
         },
-        action: action
+        action: {}
     }
 }
 

+ 1 - 1
iot-components/iot-nb-component/src/main/resources/component.js

@@ -331,7 +331,7 @@ this.onReceive = function (head, type, payload) {
                 payload: payload
             }
         },
-        action: action
+        action: {}
     }
 }