|
@@ -10,6 +10,7 @@ export default {
|
|
|
},
|
|
|
loading_line:false,
|
|
|
fj: "",
|
|
|
+ uu:[],
|
|
|
fc: "MHS_FDC",
|
|
|
Date1: "",
|
|
|
Date2: "",
|
|
@@ -321,6 +322,9 @@ export default {
|
|
|
fail_tj() {
|
|
|
this.$message.error("失败!");
|
|
|
},
|
|
|
+ fm_data(row, column, cellValue, index){
|
|
|
+ return this.Moment(cellValue).format('yyyy-MM-DD hh:mm:ss a');
|
|
|
+ },
|
|
|
async currentRecommend() {
|
|
|
const currentRecommend = await this.API.post(
|
|
|
"/recommen/getRecommenmainDay1"
|
|
@@ -362,7 +366,7 @@ export default {
|
|
|
const unfinishedList = await this.API.post(
|
|
|
"/recommen/unfinishedList",
|
|
|
digital
|
|
|
- );
|
|
|
+ )
|
|
|
this.UnfinishedList = unfinishedList.data;
|
|
|
},
|
|
|
async complateList() {
|
|
@@ -453,9 +457,8 @@ export default {
|
|
|
"/recommen/findLocationTreeByWtId",
|
|
|
digital
|
|
|
).then((res)=>{
|
|
|
- debugger
|
|
|
this.tree = res.data;
|
|
|
- console.log(this.tree+"---")
|
|
|
+ this.uu.push(res.data[0].id);
|
|
|
});
|
|
|
this.dialogTableVisible_ls = true;
|
|
|
},
|
|
@@ -469,10 +472,9 @@ export default {
|
|
|
digital1.append("isAsc", "asc");
|
|
|
digital1.append("location", id);
|
|
|
this.API.post(
|
|
|
- "/recommen/findLocationTreeByWtId",
|
|
|
+ "/recommen/findWobugeqByLocation",
|
|
|
digital1
|
|
|
).then((res)=>{
|
|
|
- debugger
|
|
|
this.treeData = res.data;
|
|
|
});
|
|
|
},
|