|
@@ -245,7 +245,7 @@
|
|
<el-button @click="dialog.geometry_upload = false">{{ $t("HCFD.file.cancel")}}</el-button>
|
|
<el-button @click="dialog.geometry_upload = false">{{ $t("HCFD.file.cancel")}}</el-button>
|
|
<el-button
|
|
<el-button
|
|
type="primary"
|
|
type="primary"
|
|
- @click="geometryup();dialog.geometry_upload = false"
|
|
|
|
|
|
+ @click="geometryup(); dialog.geometry_upload = false"
|
|
>{{ $t("HCFD.file.ok")}}</el-button>
|
|
>{{ $t("HCFD.file.ok")}}</el-button>
|
|
</div>
|
|
</div>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
@@ -3576,7 +3576,7 @@ let b=(Number(this.colorobj.B)/255).toFixed(4);
|
|
},
|
|
},
|
|
handleClick(tab, event) {
|
|
handleClick(tab, event) {
|
|
let tabindex=tab.index;
|
|
let tabindex=tab.index;
|
|
- this.activecleer();
|
|
|
|
|
|
+ this.activecleer();
|
|
console.log(this.activeName);
|
|
console.log(this.activeName);
|
|
if(this.activeName=='one'){
|
|
if(this.activeName=='one'){
|
|
this.$parent.startimg("init",'geometryFileShow');
|
|
this.$parent.startimg("init",'geometryFileShow');
|