|
@ -85,10 +85,9 @@
|
|
|
})
|
|
|
} if (Request.type == '10') {
|
|
|
fangshiAPI.getPhthisis({ followupId: followupId || '1' }).then(function (res) {
|
|
|
if (res.status == 200 && res.data[0]) {
|
|
|
version = isAdd!=1 ? res.data.version : lastedVersion
|
|
|
if (res.status == 200) {
|
|
|
version = isAdd!=1 ? res.data[0].version : lastedVersion
|
|
|
location.replace('../../app/followup/' + version + '/html/fangshi-detail-10.html?id=' + followupId + "&version=" + version)
|
|
|
|
|
|
} else {
|
|
|
top.toastr.error(res.msg);
|
|
|
}
|