Commit a1e8a30c by 李少勇

删除无用的event引用

parent c78e38c4
......@@ -76,7 +76,7 @@ export default {
data() {
return {};
},
methods: { ...Event },
methods: {},
created: function () {},
};
</script>
......
<template>
<div class="eibs-tab" >
<el-collapse v-model="activeNames" @change="handleChange">
<el-collapse-item title="备查表" name="addbcb1">
<m-addbcb1 :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes" />
</el-collapse-item>
</el-collapse>
<el-collapse-item title="备查表" name="addbcb1">
<m-addbcb1 :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes" />
</el-collapse-item>
</el-collapse>
</div>
</template>
<script>
import event from '../event'
import Addbcb1 from "./Addbcb1";
import Coninfp from "~/views/Public/Coninfp";
export default {
components: {
"m-addbcb1": Addbcb1,
......@@ -29,9 +28,7 @@ export default {
};
},
methods: {
...Event,
handleChange(names){
// console.log(names);//激活的(展开的)面板的name数组集合
if (this.isInDisplay) {
return
}
......
......@@ -52,7 +52,6 @@
</template>
<script>
import event from '../event';
export default {
inject: ["root"],
props: ["model", "codes"],
......@@ -60,7 +59,7 @@ export default {
data() {
return {};
},
methods: { ...Event },
methods: { },
created: function () {},
};
</script>
......
......@@ -75,9 +75,7 @@ export default {
},
computed: {},
watch: {},
methods: {
...Event,
},
methods: {},
created: function () {},
};
</script>
......
......@@ -14,9 +14,6 @@
import event from '../event';
import Cnyp1 from "./Cnyp1";
import Voup from "./Voup";
const tabNameToRulePathMapping = {
"voup": "cnybop.voup",
}
export default {
components: {
"m-cnyp1": Cnyp1,
......@@ -30,9 +27,7 @@ export default {
activeNames: ["cnyp1"],
};
},
methods: {
...Event,
},
methods: {},
created: function () {},
};
</script>
......
......@@ -109,7 +109,7 @@ export default {
data() {
return {};
},
methods: { },
methods: {},
created: function () {},
};
</script>
......
......@@ -334,7 +334,7 @@ export default {
data() {
return {};
},
methods: { ...Event },
methods: {},
created: function () {},
};
</script>
......
......@@ -99,7 +99,7 @@ export default {
data() {
return {};
},
methods: { ...Event },
methods: {},
created: function () {},
watch: {},
};
......
......@@ -280,9 +280,7 @@ export default {
data() {
return {};
},
methods: {
...Event,
},
methods: {},
created: function () {},
};
</script>
......
......@@ -180,7 +180,7 @@ export default {
data() {
return {};
},
methods: { ...Event },
methods: {},
created: function () {},
};
</script>
......
......@@ -407,7 +407,7 @@ export default {
data() {
return {};
},
methods: { ...Event },
methods: {},
created: function () {},
};
</script>
......
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