Commit 913a1f3b authored by 李苏's avatar 李苏 💬

指定菜单

parent 3653d46d
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<EditButton ref="edit" :app='this'></EditButton> <EditButton ref="edit" :app='this'></EditButton>
<FieldButton :app='this'></FieldButton> <FieldButton :app='this'></FieldButton>
<ExcelButton :app='this'></ExcelButton> <ExcelButton :app='this'></ExcelButton>
<WorkFlowButton :app='this'></WorkFlowButton> <!-- <WorkFlowButton :app='this'></WorkFlowButton> -->
</el-row> </el-row>
<!-- 表格--> <!-- 表格-->
<div class="tablePagers"> <div class="tablePagers">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
name: 'mainIndex', name: 'mainIndex',
/* 初始额外赋值*/ /* 初始额外赋值*/
async mounted() { async mounted() {
this.$refs['TablePager'].pageQuery() this.$refs['TablePager'].pageQuery({setFirstCurrent:true})
}, },
props:{ props:{
vMain:{ vMain:{
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
this.rowItem = e this.rowItem = e
let lessIndex=this.vMain.$refs.lessIndex let lessIndex=this.vMain.$refs.lessIndex
lessIndex.queryParams.mlid=this.rowItem.id lessIndex.queryParams.mlid=this.rowItem.id
lessIndex.queryParams.title=this.queryParams.title
lessIndex.$refs['TablePager'].pageQuery() lessIndex.$refs['TablePager'].pageQuery()
} }
}, },
......
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