浏览代码

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()