Commit 24422efa by gao_yingdong

Update qxda_compontents.vue

parent 118db181
......@@ -518,7 +518,7 @@ export default {
}else{
type="jyaq";
}
params.append("gjc", self.$route.query.cphm ? self.$route.query.cphm : self.$route.query.zjhm);
params.append("gjc", self.$route.query.cphm ? self.$route.query.cphm : sessionStorage.getItem("zjhm"));
params.append("type", type);
params.append("userCardId", objQg.identitycard);
params.append("userName", objQg.trueName);
......@@ -526,7 +526,7 @@ export default {
params.append("userDeptName", objQg.unitname);
params.append("userIp", objQg.ip);
self.postGetClcxsjgl(params).then((res) => {
if (list.success) {
if (res.success) {
self.tableDataTl = res.data.rows;
self.tableData = self.getNeedArr(
......@@ -534,9 +534,9 @@ export default {
self.currentPage1
)[self.pageSize - 1];
self.dataLength = parseInt(res.data.total);
this.tableLoading = false;
self.tableLoading = false;
} else {
this.tableLoading = false;
self.tableLoading = false;
}
});
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment