Commit b66681a5 authored by yangyuxin's avatar yangyuxin

年报,关联表index bug

parent 6dca28d9
...@@ -160,7 +160,7 @@ function selectNb() { ...@@ -160,7 +160,7 @@ function selectNb() {
// 是否已修改 // 是否已修改
isChanged: true isChanged: true
}; };
var url = '../static/page_js/_year/' + bbdm + '.json'; var url = '/static/page_js/_year/' + bbdm + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
...@@ -343,7 +343,7 @@ function getLeftMenu() { ...@@ -343,7 +343,7 @@ function getLeftMenu() {
}; };
if (table !== '10414_001' && table !== '10414_002') { if (table !== '10414_001' && table !== '10414_002') {
var url = '../static/page_js/_year/' + table + '.json'; var url = '/static/page_js/_year/' + table + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
......
...@@ -141,7 +141,7 @@ function selectNb() { ...@@ -141,7 +141,7 @@ function selectNb() {
// 是否已修改 // 是否已修改
isChanged: true isChanged: true
}; };
var url = '../static/page_js/_yearGLB/' + bbdm + '.json'; var url = '/static/page_js/_yearGLB/' + bbdm + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
...@@ -258,7 +258,7 @@ function getLeftMenu() { ...@@ -258,7 +258,7 @@ function getLeftMenu() {
}; };
if (table !== '10420_001' && table !== '10420_002') { if (table !== '10420_001' && table !== '10420_002') {
var url = '../static/page_js/_yearGLB/' + table + '.json'; var url = '/static/page_js/_yearGLB/' + table + '.json';
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url, url: url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment