Commit ac559835 by wangyanjiao

infbrd infsea

parent fd7094d5
...@@ -289,7 +289,7 @@ ...@@ -289,7 +289,7 @@
</c-istream-table> </c-istream-table>
</c-col> </c-col>
<m-busbtn ref="childs" :ownref="ownref" @onChoose="onChoose"></m-busbtn> <m-busbtn ref="childs" :ownref="ownref" trnCode="litsel" :model="litselModel" ownrefPath="brdgrp" tabIndex=3 @onChoose="onChoose" >11</m-busbtn>
</div> </div>
</template> </template>
...@@ -298,7 +298,8 @@ import Api from "~/service/Api"; ...@@ -298,7 +298,8 @@ import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"; import CodeTable from "~/config/CodeTable";
import Event from "~/model/Infbrd/Event"; import Event from "~/model/Infbrd/Event";
import BusNavbar from "~/views/Business/Infbrd/BusNavbar"; import BusNavbar from "~/views/Public/BusNavbar";
import LitselModel from "~/model/Litsel"
export default { export default {
inject: ["root"], inject: ["root"],
...@@ -307,6 +308,7 @@ export default { ...@@ -307,6 +308,7 @@ export default {
components: { "m-busbtn": BusNavbar }, components: { "m-busbtn": BusNavbar },
data() { data() {
return { return {
litselModel: new LitselModel().data,
ownref: "", ownref: "",
trnData: { trnData: {
columns: [ columns: [
...@@ -352,7 +354,8 @@ export default { ...@@ -352,7 +354,8 @@ export default {
}; };
}, },
methods: { methods: {
...Event,async getButtons(ownref){ ...Event,
async getButtons(ownref){
this.ownref = ownref this.ownref = ownref
this.$refs.childs.initdialog = true this.$refs.childs.initdialog = true
console.log("ownref:" +ownref); console.log("ownref:" +ownref);
......
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