Просмотр исходного кода

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

liusw 7 лет назад
Родитель
Сommit
4657e90b7a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      components/applyPurchase/BatchPublish.vue

+ 2 - 0
components/applyPurchase/BatchPublish.vue

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