Commit 70b2168c by “wufan”

前端页面gitopn修改

parent 5f3c8f8f
......@@ -11,14 +11,12 @@
</div>
</template>
<script>
import event from '../event';
import Cnyp1 from "./Cnyp1";
import Voup from "./Voup";
const tabNameToRulePathMapping = {
"voup": "cnybop.voup",
}
export default {
components: {
"m-cnyp1": Cnyp1,
......@@ -26,7 +24,7 @@ export default {
},
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess,Event],
mixins: [event],
data() {
return {
activeNames: ["cnyp1"],
......
......@@ -635,7 +635,8 @@
</div>
</template>
<script>
import event from '../event'
import event from '../event';
import InputXml from "~/components/InputXml";
export default {
components: { InputXml },
inject: ["root"],
......
......@@ -176,7 +176,7 @@ export default {
};
},
// 里面包含了Default、Check等的公共处理
mixins: [commonProcess, commonFuncs,event],
mixins: [commonProcess, commonFuncs, event],
data() {
return {
tabVal: "ovwp",
......
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