|
@@ -689,7 +689,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
this.deptBudgetList = response
|
|
|
+ if(this.deptBudgetList.tranPriceIng==0){
|
|
|
+ this.deptBudgetList.tranPriceIng=''
|
|
|
+ }
|
|
|
if (this.deptBudgetList.tranCarInfoList.length == 0) {
|
|
|
this.deptBudgetList.tranCarInfoList = [
|
|
|
{
|