Browse Source

处理bom确认页,无法保存的问题

liusw 7 years ago
parent
commit
4657e90b7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      components/applyPurchase/BatchPublish.vue

+ 2 - 0
components/applyPurchase/BatchPublish.vue

@@ -489,6 +489,8 @@
             this.modifyObj.currency = null
           }
           this.modifyObj.code = this.modifyObj.code.trim()
+          delete this.modifyObj.brandWord
+          delete this.modifyObj.codeWord
           this.$http.put('/seek/updateSeekPurchaseByBatch', this.modifyObj)
             .then(response => {
               if (response.data.success) {