Преглед изворни кода

Merge branch 'master' into seek_home-0207

yangc пре 8 година
родитељ
комит
fe602430f6
1 измењених фајлова са 1 додато и 1 уклоњено
  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)