Browse Source

批量发布修改币别

liusw 7 years ago
parent
commit
e703723c8e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/applyPurchase/BatchPublish.vue

+ 1 - 1
components/applyPurchase/BatchPublish.vue

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