Commit 42bdc07b authored by xishifeng's avatar xishifeng

总监日报

parent 43ce044b
...@@ -226,7 +226,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -226,7 +226,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this.userId = localStorage.getItem('userid'); _this.userId = localStorage.getItem('userid');
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/dayStatement', url: ServerHostTempC + '/broker/dayOrWeekStatement',
data: { data: {
'AuthToken': _this.token, 'AuthToken': _this.token,
'type': 0, 'type': 0,
...@@ -272,7 +272,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -272,7 +272,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this.userId = localStorage.getItem('userid'); _this.userId = localStorage.getItem('userid');
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/dayStatement', url: ServerHostTempC + '/broker/dayOrWeekStatement',
data: { data: {
'AuthToken': _this.token, 'AuthToken': _this.token,
'type': 0, 'type': 0,
...@@ -318,7 +318,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -318,7 +318,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this.userId = localStorage.getItem('userid'); _this.userId = localStorage.getItem('userid');
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/dayStatement', url: ServerHostTempC + '/broker/dayOrWeekStatement',
data: { data: {
'AuthToken': _this.token, 'AuthToken': _this.token,
'type': 0, 'type': 0,
...@@ -364,7 +364,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque ...@@ -364,7 +364,7 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
_this.userId = localStorage.getItem('userid'); _this.userId = localStorage.getItem('userid');
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: ServerHostTempC + '/broker/dayStatement', url: ServerHostTempC + '/broker/dayOrWeekStatement',
data: { data: {
'AuthToken': _this.token, 'AuthToken': _this.token,
'type': 0, 'type': 0,
......
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