Commit 76c05ac8 by nanrui

infbod”处理“按钮处理

parent 342d5144
......@@ -247,7 +247,7 @@
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns">
<m-busbtn ref="childs" :ownref="ownref" :model="botselModel" trnCode="botsel" @onChoose="onChoose">11</m-busbtn>
<m-busbtn ref="childs" :ownref="ownref" :model="botselModel" ownrefPath="bodgrp" trnCode="botsel" @onChoose="onChoose">11</m-busbtn>
</div>
</el-dialog>
</div>
......@@ -259,7 +259,7 @@ import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Infbod/Event";
import BotselModel from "~/model/Botsel"
import botselModel from "~/model/Botsel"
import BusNavbar from "~/views/Public/BusNavbar";
export default {
......@@ -269,7 +269,7 @@ export default {
components: { "m-busbtn": BusNavbar },
data() {
return {
botselModel: new BotselModel().data,
botselModel: new botselModel().data,
ownref: "",
initdialog: false,
dialogTableVisible: false,
......
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