safecheck-client 3.0.35-20 → 3.0.35-21
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/components/rongcheng/AddPlanItem.vue +323 -323
- package/src/components/rongcheng/AspiratedUserInfo.vue +407 -399
- package/src/components/rongcheng/PhoneDevicesInfo.vue +1 -1
- package/src/components/rongcheng/SafecheckOrderV.vue +2533 -2533
- package/src/components/rongcheng/SafecheckUserInfo.vue +1005 -1005
@@ -143,7 +143,7 @@
|
|
143
143
|
}, {resolveMsg: null, rejectMsg: null}).then((res) => {
|
144
144
|
//tag
|
145
145
|
this.userinfo = res.data
|
146
|
-
this.model = this.userinfo.meterinfo[0].devicesinfo
|
146
|
+
this.model = this.userinfo.meterinfo[0].devicesinfo
|
147
147
|
})
|
148
148
|
},
|
149
149
|
back(){
|