Commit 83873fde authored by tanjuanjuan's avatar tanjuanjuan

添加psn查询

parent 8a992716
......@@ -89,7 +89,7 @@
}
const convertToJson = () => {
//const normalobj={...model,pageNum:currentPage,pageSize,psnNo:'52000002000000000400011816'};
const normalobj = { certno: model.certno, pageNum: currentPage, pageSize, psnNo: psnNo.value };
const normalobj = { certno: completeIDNumber.value, pageNum: currentPage, pageSize, psnNo: psnNo.value };
//const normalobj={...model,pageNum:currentPage,pageSize,psnNo:'52000002000000000400011816'};
submitstr = JSON.stringify(normalobj)
}
......
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