更新方法放开
parent
7286766b4e
commit
26fdb03552
|
@ -275,22 +275,22 @@ export default {
|
||||||
self.geoLayerName = pm.geoLayerName;
|
self.geoLayerName = pm.geoLayerName;
|
||||||
self.tifPath = pm.ftpPath;
|
self.tifPath = pm.ftpPath;
|
||||||
|
|
||||||
// // 赋值真实性检验方法
|
// 赋值真实性检验方法
|
||||||
// getAnalyseMethod(self.orderId).then((res) => {
|
getAnalyseMethod(self.orderId).then((res) => {
|
||||||
// // console.log('真实性检验',res);
|
// console.log('真实性检验',res);
|
||||||
// if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
// let truthFun = res.data.default;
|
let truthFun = res.data.default;
|
||||||
// if (res.data.selected.length !== 0) truthFun = res.data.selected;
|
if (res.data.selected.length !== 0) truthFun = res.data.selected;
|
||||||
// if (truthFun.length !== 0) {
|
if (truthFun.length !== 0) {
|
||||||
// const tfArr = [];
|
const tfArr = [];
|
||||||
// for (let i in truthFun) {
|
for (let i in truthFun) {
|
||||||
// tfArr.push(truthFun[i].id);
|
tfArr.push(truthFun[i].id);
|
||||||
// }
|
}
|
||||||
// self.formInline.truthCheckFun = tfArr;
|
self.formInline.truthCheckFun = tfArr;
|
||||||
// self.truthFun = true;
|
self.truthFun = true;
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// });
|
});
|
||||||
|
|
||||||
// 赋值像元级处理方法
|
// 赋值像元级处理方法
|
||||||
if (om.processMethods !== null) {
|
if (om.processMethods !== null) {
|
||||||
|
@ -362,10 +362,10 @@ export default {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// 关联的样本数据入库
|
// 关联的样本数据入库
|
||||||
// const allSampleData = smpVal.allSampleData;
|
const allSampleData = smpVal.allSampleData;
|
||||||
// this.addCotSamples(this.sampleList,allSampleData,orderId)
|
this.addCotSamples(this.sampleList,allSampleData,orderId)
|
||||||
//更新真实性检验方法
|
//更新真实性检验方法
|
||||||
// this.updateTruthFun(orderId, tcf);
|
this.updateTruthFun(orderId, tcf);
|
||||||
|
|
||||||
this.checkRealityWait = true;
|
this.checkRealityWait = true;
|
||||||
// 真实性校验方法
|
// 真实性校验方法
|
||||||
|
|
Loading…
Reference in New Issue