chenrui hace 4 años
padre
commit
810d8908a6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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()