编写服务端datasource接口
problem:The operator != is undefined for the argument type(s) int,nullJava(536871072)
Before/after modification
public int getId() { public Integer getId() {<br>
return id; ==> return id;<br>
} }
寻找 updateDevice is not a function 报错原因
problem:TypeError: _vm.updateDevice is not a function
Before/after modification
```JS
确认
确认 ```
编写网页端datasource界面
problem:
Error in v-on handler: "TypeError: this.$refs[_editdataSourceNyName] is undefined"