gjy před 3 roky
rodič
revize
a70b5a9822
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/warehouse/warehouseManagementPut.vue

+ 1 - 1
src/views/warehouse/warehouseManagementPut.vue

@@ -960,7 +960,7 @@ export default {
         })
         return
       }
-      if (!this.deptBudgetList.freight) {
+      if (!String(this.deptBudgetList.freight)) {
         this.$message({
           message: '运费不能为空',
           type: 'warning',