소스 검색

bug修复

chenrui 4 년 전
부모
커밋
810d8908a6
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      pages/index/index.vue

+ 3 - 1
pages/index/index.vue

@@ -162,7 +162,9 @@
 					mask: true,
 				    title: '加载中'
 				})
-				cleanDevice({ remarks: this.form.remarks }).then(res => {
+				let obj = this.boxData
+				obj.remarks = this.form.remarks
+				cleanDevice(obj).then(res => {
 					uni.hideLoading()
 					if(res.status == 200){
 						this.refresh()