|
@@ -36,7 +36,7 @@ function getTcmMr(mrId, config) {
|
|
if (res.data.code === '0') {
|
|
if (res.data.code === '0') {
|
|
const diag = (tcmdisease || {}).uniqueName;
|
|
const diag = (tcmdisease || {}).uniqueName;
|
|
$("#goPush").on("click", function () {
|
|
$("#goPush").on("click", function () {
|
|
- openNewWin(targetUrl + '?page=bztd&jibing='+diag, true);
|
|
|
|
|
|
+ openNewWin(window.encodeURI(targetUrl + '?page=bztd&jibing='+diag), true);
|
|
});
|
|
});
|
|
getTcmData({tcmDiag: diag, tcmSyndrome: (tcmsyndrome || {}).uniqueName}, config)
|
|
getTcmData({tcmDiag: diag, tcmSyndrome: (tcmsyndrome || {}).uniqueName}, config)
|
|
} else {
|
|
} else {
|