|
@@ -3,6 +3,7 @@ const {get, post, config, getUrlArgObject, openNewWin, titleConfig} = require('.
|
|
const targetUrl = '/lantone/index';
|
|
const targetUrl = '/lantone/index';
|
|
let treatUrl = targetUrl;
|
|
let treatUrl = targetUrl;
|
|
$(function () {
|
|
$(function () {
|
|
|
|
+ $(".recipe").hide();
|
|
let mrId = getUrlArgObject('mrId')
|
|
let mrId = getUrlArgObject('mrId')
|
|
$(".knowledge .a-link").click(function () {
|
|
$(".knowledge .a-link").click(function () {
|
|
const code = $(this).attr("code");
|
|
const code = $(this).attr("code");
|
|
@@ -73,6 +74,7 @@ function getTcmData(param, config) {
|
|
}
|
|
}
|
|
if (res.data.status) {
|
|
if (res.data.status) {
|
|
renderTcm(data, num)
|
|
renderTcm(data, num)
|
|
|
|
+ $(".recipe").show();
|
|
} else {
|
|
} else {
|
|
|
|
|
|
}
|
|
}
|