Browse Source

bug修复

chenrui 4 years ago
parent
commit
90c7559de8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/index/index.vue

+ 2 - 1
pages/index/index.vue

@@ -162,7 +162,8 @@
 					mask: true,
 				    title: '加载中'
 				})
-				let obj = this.boxData
+				let obj = {}
+				obj.deviceNo = (this.networkData && this.networkData.deviceNo) ? this.networkData.deviceNo : ''
 				obj.remarks = this.form.remarks
 				cleanDevice(obj).then(res => {
 					uni.hideLoading()