功能调试
This commit is contained in:
@@ -314,7 +314,7 @@ export default {
|
||||
if (!this.formData.nDid) {
|
||||
return this.$util.toast('请输入设备识别码')
|
||||
}
|
||||
registerDevice(this.formData.nDid).then((res) => {
|
||||
registerDevice(this.formData.nDid, Number(this.options.type)).then((res) => {
|
||||
getModel(this.formData.nDid).then((res) => {
|
||||
console.log(res)
|
||||
this.pointList = res.data.map((item) => {
|
||||
|
||||
Reference in New Issue
Block a user