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