@@ -120,7 +120,6 @@ export default {
const form = JSON.parse(JSON.stringify(_this.form))
form.attachmentList = _this.attachList
_this.spinning = true
- debugger
sparePartsReturnSave(form).then(res => {
if (res.status == 200) {
_this.$message.success(res.message)