|
@@ -597,9 +597,9 @@
|
|
|
subUrl: "benchmarking/wplist",
|
|
|
success(res) {
|
|
|
that.value1.push(res.data[0].id)
|
|
|
+ that.AjaxCommon();
|
|
|
}
|
|
|
});
|
|
|
- this.AjaxCommon();
|
|
|
},
|
|
|
methods: {
|
|
|
ChangZhanVal() {
|
|
@@ -687,7 +687,7 @@
|
|
|
},
|
|
|
AjaxCommon() {
|
|
|
var that = this;
|
|
|
- console.log(that.value1)
|
|
|
+ console.log(JSON.stringify(that.value1))
|
|
|
that.API.requestData({ //五项损失率
|
|
|
method: "GET",
|
|
|
subUrl: "benchmarking/xldb",
|