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