Эх сурвалжийг харах

Merge branch 'master' into seek_home-0207

yangc 7 жил өмнө
parent
commit
fe602430f6

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