chenrui 2 anni fa
parent
commit
f3e758b5a2

+ 0 - 1
src/views/purchasingManagement/purchaseReturn/addModal.vue

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