Commit 1e2bbd4d authored by xxx's avatar xxx

1

parent 0ec8ab8a
This diff is collapsed.
...@@ -153,6 +153,7 @@ export default { ...@@ -153,6 +153,7 @@ export default {
}, },
mounted() { mounted() {
this.getCode(); this.getCode();
this.aiTabPositionFn();
}, },
methods: { methods: {
getCode() { getCode() {
...@@ -707,7 +708,7 @@ export default { ...@@ -707,7 +708,7 @@ export default {
closeElimage(){ closeElimage(){
this.elimageSrcShow = false; this.elimageSrcShow = false;
this.elimageSrc = ''; this.elimageSrc = '';
} },
}, },
//销毁 //销毁
beforeDestroy() { beforeDestroy() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment