|
@@ -1278,11 +1278,7 @@ export default {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (!this.deptBudgetList.cost) {
|
|
if (!this.deptBudgetList.cost) {
|
|
- this.$message({
|
|
|
|
- message: '未获取到成本,请编辑后提交',
|
|
|
|
- type: 'warning',
|
|
|
|
- })
|
|
|
|
- return
|
|
|
|
|
|
+ this.deptBudgetList.cost=0
|
|
}
|
|
}
|
|
if (
|
|
if (
|
|
this.deptBudgetList.cost < 0 ||
|
|
this.deptBudgetList.cost < 0 ||
|