|
@@ -73,7 +73,7 @@ export default {
|
|
|
getOverviewProduct () {
|
|
|
if (this.dataFilterSelectLoading) return
|
|
|
this.dataFilterSelectLoading = true
|
|
|
- get('http://81.68.234.235:8032/pdf-tech/vppDashboard/getOverviewProduct', {
|
|
|
+ get('/pdf-tech/vppDashboard/getOverviewProduct', {
|
|
|
codeList: this.dataFilterProductSelect
|
|
|
}).then((res) => {
|
|
|
setTimeout(() => {
|
|
@@ -99,7 +99,7 @@ export default {
|
|
|
} else {
|
|
|
type = 2
|
|
|
}
|
|
|
- get('http://81.68.234.235:8032/pdf-tech/vppDashboard/getChartStatistics/' + type).then((res) => {
|
|
|
+ get('/pdf-tech/vppDashboard/getChartStatistics/' + type).then((res) => {
|
|
|
setTimeout(() => {
|
|
|
this.chartSelectLoading = false
|
|
|
}, 1000)
|
|
@@ -132,7 +132,7 @@ export default {
|
|
|
getTeamMemberData () {
|
|
|
if (this.teamSelectLoading) return
|
|
|
this.teamSelectLoading = true
|
|
|
- get('http://81.68.234.235:8032/pdf-tech/vppDashboard/getTeamMemberData', {
|
|
|
+ get('/pdf-tech/vppDashboard/getTeamMemberData', {
|
|
|
teamId: this.teamSelect,
|
|
|
codeList: this.teamFilterProductSelect
|
|
|
}).then((res) => {
|