gjy 3 lat temu
rodzic
commit
a70b5a9822
1 zmienionych plików z 1 dodań i 1 usunięć
  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',