update
This commit is contained in:
@@ -135,6 +135,7 @@ namespace Ewide.NbzsZheliban.Service
|
|||||||
public async Task<dynamic> PrjList2([FromBody] JObject args)
|
public async Task<dynamic> PrjList2([FromBody] JObject args)
|
||||||
{
|
{
|
||||||
var cardno = "341203199206303411";
|
var cardno = "341203199206303411";
|
||||||
|
var username = "张三丰";
|
||||||
|
|
||||||
//var cardno = args.GetJsonValue("cardno", isThrowExp: true);
|
//var cardno = args.GetJsonValue("cardno", isThrowExp: true);
|
||||||
//住宅调查表
|
//住宅调查表
|
||||||
@@ -158,7 +159,9 @@ namespace Ewide.NbzsZheliban.Service
|
|||||||
});
|
});
|
||||||
H5IndexModel h5IndexModel = new()
|
H5IndexModel h5IndexModel = new()
|
||||||
{
|
{
|
||||||
PrjList = list_projects
|
PrjList = list_projects,
|
||||||
|
IdCard = cardno,
|
||||||
|
UserName = username
|
||||||
};
|
};
|
||||||
return h5IndexModel;
|
return h5IndexModel;
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -282,8 +282,8 @@ export default {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
IdCard: "330203199904044544身份证号码",
|
idCard: "330203199904044544身份证号码",
|
||||||
UserName: "姓名",
|
userName: "姓名",
|
||||||
},
|
},
|
||||||
extras: null,
|
extras: null,
|
||||||
timestamp: 1631256680049,
|
timestamp: 1631256680049,
|
||||||
|
|||||||
Reference in New Issue
Block a user