diff --git a/index.html b/index.html
index c66599f..6ecc7a4 100644
--- a/index.html
+++ b/index.html
@@ -33,9 +33,11 @@
const p1419897059909312512 = {
name: 'pluginPatientList',
jumpDetail(that) {
- console.log(that.parentNode.parentNode);
- console.log('data-pid',that.parentNode.parentNode.getAttribute('data-pid'));
- location.href = 'https://www.baidu.com';
+ const pId = that.parentNode.parentNode.getAttribute('data-pid');
+ const rId = that.parentNode.parentNode.getAttribute('data-rid');
+ const uId = that.parentNode.parentNode.getAttribute('data-uid');
+ const tId = that.parentNode.parentNode.getAttribute('data-tid');
+ location.href = `https://www.tall.wiki/qc/patientList?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`;
},
}
@@ -91,10 +93,10 @@
-
+