|
@@ -332,6 +332,7 @@
|
|
.then((response) => {
|
|
.then((response) => {
|
|
console.log(response)
|
|
console.log(response)
|
|
this.inspect = response.records
|
|
this.inspect = response.records
|
|
|
|
+
|
|
this.deptBudgetTotal = response.total
|
|
this.deptBudgetTotal = response.total
|
|
// this.$forceUpdate();
|
|
// this.$forceUpdate();
|
|
})
|
|
})
|
|
@@ -347,7 +348,7 @@
|
|
this.printData = response
|
|
this.printData = response
|
|
if (response.compName == '黑龙江秋收有限公司') {
|
|
if (response.compName == '黑龙江秋收有限公司') {
|
|
this.printData.compName = '黑龙江中天昊元贸易有限公司'
|
|
this.printData.compName = '黑龙江中天昊元贸易有限公司'
|
|
- }
|
|
|
|
|
|
+ }
|
|
// window.location.href="../../../static/inspection.html?dataList="+JSON.stringify(response)
|
|
// window.location.href="../../../static/inspection.html?dataList="+JSON.stringify(response)
|
|
})
|
|
})
|
|
},
|
|
},
|