zhangyanfang преди 6 години
родител
ревизия
50ea2bb1d1
променени са 1 файла, в които са добавени 2 реда и са изтрити 3 реда
  1. 2 3
      app/followup/index.html

+ 2 - 3
app/followup/index.html

@ -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);
                }