|
@@ -342,6 +342,7 @@
|
|
that.detailShow = 2;
|
|
that.detailShow = 2;
|
|
that.API.requestData({
|
|
that.API.requestData({
|
|
method: "GET",
|
|
method: "GET",
|
|
|
|
+ baseURL : "http://10.155.32.4:9001/",
|
|
subUrl: "benchmarking/details",
|
|
subUrl: "benchmarking/details",
|
|
data: {
|
|
data: {
|
|
id: dataId,
|
|
id: dataId,
|
|
@@ -594,6 +595,7 @@
|
|
this.value5 = this.getTime(2);
|
|
this.value5 = this.getTime(2);
|
|
that.API.requestData({
|
|
that.API.requestData({
|
|
method: "GET",
|
|
method: "GET",
|
|
|
|
+ baseURL : "http://10.155.32.4:9001/",
|
|
subUrl: "benchmarking/wplist",
|
|
subUrl: "benchmarking/wplist",
|
|
success(res) {
|
|
success(res) {
|
|
that.value1.push(res.data[0].id)
|
|
that.value1.push(res.data[0].id)
|
|
@@ -606,6 +608,7 @@
|
|
var that = this;
|
|
var that = this;
|
|
that.API.requestData({
|
|
that.API.requestData({
|
|
method: "GET",
|
|
method: "GET",
|
|
|
|
+ baseURL : "http://10.155.32.4:9001/",
|
|
subUrl: "benchmarking/wplist",
|
|
subUrl: "benchmarking/wplist",
|
|
success(res) {
|
|
success(res) {
|
|
that.oneData = res.data[0].id
|
|
that.oneData = res.data[0].id
|
|
@@ -626,6 +629,7 @@
|
|
var that = this;
|
|
var that = this;
|
|
that.API.requestData({
|
|
that.API.requestData({
|
|
method: "GET",
|
|
method: "GET",
|
|
|
|
+ baseURL : "http://10.155.32.4:9001/",
|
|
subUrl: "benchmarking/projectList",
|
|
subUrl: "benchmarking/projectList",
|
|
data: {
|
|
data: {
|
|
wpids: val
|
|
wpids: val
|
|
@@ -646,6 +650,7 @@
|
|
var that = this;
|
|
var that = this;
|
|
that.API.requestData({
|
|
that.API.requestData({
|
|
method: "GET",
|
|
method: "GET",
|
|
|
|
+ baseURL : "http://10.155.32.4:9001/",
|
|
subUrl: "benchmarking/lineList",
|
|
subUrl: "benchmarking/lineList",
|
|
data: {
|
|
data: {
|
|
projects: val
|
|
projects: val
|
|
@@ -690,6 +695,7 @@
|
|
console.log(JSON.stringify(that.value1))
|
|
console.log(JSON.stringify(that.value1))
|
|
that.API.requestData({ //五项损失率
|
|
that.API.requestData({ //五项损失率
|
|
method: "GET",
|
|
method: "GET",
|
|
|
|
+ baseURL : "http://10.155.32.4:9001/",
|
|
subUrl: "benchmarking/xldb",
|
|
subUrl: "benchmarking/xldb",
|
|
data: {
|
|
data: {
|
|
wpids: that.value1,
|
|
wpids: that.value1,
|