Commit 014423ac by huangdang

fix: 隐案审批加分页字段

parent 68e003bd
......@@ -6388,11 +6388,17 @@ export default {
: "";
console.log(json[i])
}
// 隐案申请
if (i == 'rwzt' && self.pageBszfc == 'yardsqgl') {
json[i] = self.formData[i] > 0 ? self.formData[i].join(',') : ''
json.pageNum = self.currentPage1,
json.pageSize = self.page_size
}
// 隐案审批
if (self.pageBszfc == 'yardbjsp') {
json.pageNum = self.currentPage1,
json.pageSize = self.page_size
}
}
if (!Array.isArray(json.khztdmList)) {
json.khztdmList = []
......
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