Commit d27ce5c8 authored by 李苏's avatar 李苏 💬

调整

parent ed7246a6
......@@ -59,7 +59,7 @@
<script>
/* 引入需要的接口*/
import ksjldet from './ksjldet'
import ksjlhz from './ksjlhz'
import ksjlhz from './ksjlhz.vue'
import {
queryKscj,
queryKscjDtl
......@@ -134,11 +134,14 @@
},
methods: {
getRow: function(e) {
this.rowItem = e
this.$refs.ksjldet.queryParams.sjid=e.id
this.$refs.ksjldet.$refs.TablePager.pageQuery()
this.$refs.ksjlhz.queryParams.sjid=e.id
this.$refs.ksjlhz.$refs.TablePager.pageQuery()
this.$nextTick(()=>{
this.rowItem = e
this.$refs.ksjldet.queryParams.sjid=e.id
this.$refs.ksjldet.$refs.TablePager.pageQuery()
this.$refs.ksjlhz.queryParams.sjid=e.id
this.$refs.ksjlhz.$refs.TablePager.pageQuery()
})
},
/* 考试按钮*/
ksks(row){
......
......@@ -29,8 +29,6 @@
} from 'common'
export default {
mixins: [tableMixin],
name: 'aqgl.pxglPxsj',
/* 初始额外赋值*/
async mounted() {
// this.$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