|
|
@@ -403,7 +403,7 @@
|
|
|
submitModify: function (index) {
|
|
|
let checkValid = this.checkAll()
|
|
|
if (this.getSingleValidInfo(this.modifyObj) && checkValid) {
|
|
|
- if (this.modifyObj.unitPrice) {
|
|
|
+ if (!this.modifyObj.unitPrice) {
|
|
|
this.modifyObj.currency = null
|
|
|
}
|
|
|
this.$http.put('/seek/updateSeekPurchaseByBatch', this.modifyObj)
|