This commit is contained in:
路 范
2021-09-10 15:24:36 +08:00
parent 4ec5c1024f
commit 5d68e6dd4d
9 changed files with 6 additions and 3 deletions

View File

@@ -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;

View File

@@ -282,8 +282,8 @@ export default {
], ],
}, },
], ],
IdCard: "330203199904044544身份证号码", idCard: "330203199904044544身份证号码",
UserName: "姓名", userName: "姓名",
}, },
extras: null, extras: null,
timestamp: 1631256680049, timestamp: 1631256680049,