|
@@ -184,18 +184,18 @@
|
|
|
},
|
|
|
methods: {
|
|
|
handleClick(val) {
|
|
|
- this.nowobj = val
|
|
|
+ if (val) this.nowobj = val
|
|
|
this.getsteps();
|
|
|
this.reset();
|
|
|
- this.getInfos(val);
|
|
|
+ this.getInfos(this.nowobj);
|
|
|
this.getdict()
|
|
|
},
|
|
|
getInfos(val) {
|
|
|
let id = val.dkjdxxId
|
|
|
getDkjbxx(id).then((res) => {
|
|
|
this.infoObj = res.data;
|
|
|
- this.loadAndConvertTIFF(this.infoObj.qsxtif, 'qsxtif')
|
|
|
- this.loadAndConvertTIFF(this.infoObj.hsxtif, 'hsxtif')
|
|
|
+ // this.loadAndConvertTIFF(this.infoObj.qsxtif, 'qsxtif')
|
|
|
+ // this.loadAndConvertTIFF(this.infoObj.hsxtif, 'hsxtif')
|
|
|
console.log(this.infoObj, 'this.infoObj')
|
|
|
});
|
|
|
getDkjbywy(id).then((res) => {
|
|
@@ -336,8 +336,8 @@
|
|
|
},
|
|
|
tj() {
|
|
|
uni.$globalData = this.nowobj
|
|
|
- console.log('[zzxxzzzx]',uni.$globalData,)
|
|
|
- console.log('[zzxxx]',this.nowobj,)
|
|
|
+ console.log('[zzxxzzzx]', uni.$globalData, )
|
|
|
+ console.log('[zzxxx]', this.nowobj, )
|
|
|
this.$tab.navigateTo('/pages/index/common/tjDialog')
|
|
|
},
|
|
|
selectfile(e, fname) {
|