Quellcode durchsuchen

批量发布修改币别

liusw vor 8 Jahren
Ursprung
Commit
e703723c8e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)