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