|
@@ -2803,7 +2803,7 @@ export default {
|
|
|
})
|
|
|
this.get_select_list()
|
|
|
// this.get_table_data()
|
|
|
- this.getPendingList()
|
|
|
+ // this.getPendingList()
|
|
|
this.getProviderList()
|
|
|
console.log(this.$store.state.user,'user')
|
|
|
},
|
|
@@ -2940,6 +2940,7 @@ export default {
|
|
|
this.isSubscribeExamineNT = isSubscribeExamineNT
|
|
|
},
|
|
|
getPendingList() {
|
|
|
+
|
|
|
this.pending.getdataListParm.parammaps.pastureName =
|
|
|
this.getdataListParm.parammaps.pastureName
|
|
|
this.pending.getdataListParm.parammaps.orderNumber =
|
|
@@ -2960,10 +2961,9 @@ export default {
|
|
|
this.getdataListParm.parammaps.loginpastureId
|
|
|
this.pending.getdataListParm.parammaps.empId =
|
|
|
this.getdataListParm.parammaps.empId
|
|
|
- this.pending.getdataListParm.parammaps.pastureId = this.getdataListParm.parammaps.pastureId || Cookies.get('pastureid')
|
|
|
|
|
|
this.pending.getdataListParm.parammaps.deptId = Cookies.get('departmentid')
|
|
|
-
|
|
|
+ this.pending.getdataListParm.parammaps.pastureId = this.getdataListParm.parammaps.pastureId || Cookies.get('pastureid')
|
|
|
|
|
|
GetDataByName(this.pending.getdataListParm).then((response) => {
|
|
|
this.pending.total = response.data.total3
|
|
@@ -5715,6 +5715,7 @@ export default {
|
|
|
})
|
|
|
this.getDepartDownList()
|
|
|
this.get_table_data()
|
|
|
+ this.getPendingList()
|
|
|
})
|
|
|
},
|
|
|
getDepartDownList() {
|