Browse Source

到场插件接口

11-plugin-be-present
aBin 4 years ago
parent
commit
1f68326c31
  1. 2
      index.html

2
index.html

@ -246,7 +246,7 @@
const rId = that.parentNode.parentNode.getAttribute('data-rid'); const rId = that.parentNode.parentNode.getAttribute('data-rid');
const uId = that.parentNode.parentNode.getAttribute('data-uid'); const uId = that.parentNode.parentNode.getAttribute('data-uid');
const tId = that.parentNode.parentNode.getAttribute('data-tid'); const tId = that.parentNode.parentNode.getAttribute('data-tid');
location.href = `https://www.tall.wiki/qc/patientList?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`; location.href = `https://www.tall.wiki/qc/information?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`;
}, },
// 取消时间 // 取消时间

Loading…
Cancel
Save