功能调试

This commit is contained in:
仲么了
2023-09-18 15:55:34 +08:00
parent 5234c207b4
commit 5f6a924233
7 changed files with 232 additions and 69 deletions

View File

@@ -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) => {