|
@@ -596,7 +596,24 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
refreshClick(){
|
|
refreshClick(){
|
|
|
|
+ getinspectList({
|
|
|
|
+ compId: localStorage.getItem('ws-pf_compId'),
|
|
|
|
+ currentPage: this.currentPage,
|
|
|
|
+ pageSize: this.pageSize,
|
|
|
|
+ warehouseName: this.warehouseName,
|
|
|
|
+ managementType: 1,
|
|
|
|
+ statusType:this.statusType,
|
|
|
|
+ serviceManagementType:this.serviceManagementType,
|
|
|
|
+ loadingstatus:1,
|
|
|
|
+ })
|
|
|
|
+ .toPromise()
|
|
|
|
+ .then((response) => {
|
|
|
|
+ this.inspect = response.records
|
|
|
|
+ this.deptBudgetTotal = response.total
|
|
|
|
+ // this.$forceUpdate();
|
|
|
|
+ })
|
|
this.timer = setInterval(function(){
|
|
this.timer = setInterval(function(){
|
|
|
|
+
|
|
// axios({
|
|
// axios({
|
|
// method: 'post',
|
|
// method: 'post',
|
|
// url: 'https://www.zthymaoyi.com/upload/admin',
|
|
// url: 'https://www.zthymaoyi.com/upload/admin',
|