Commit 74c976b0 authored by 黄自鹏's avatar 黄自鹏

调整

parent bffbb00d
......@@ -59,7 +59,9 @@
doQueryDtl,
doUpdateDtl,
doDeleteDtl,
doAddDtl
doAddDtl,
lzwc,
qxwc,
} from '@/api/daily/performanceReport.js';
/* edit页面*/
import Edit from './reportEdit'
......@@ -130,7 +132,8 @@
lzwc({id:this.mapp.singleItem.id}).then(res=>{
if(res.success){
this.$success('履职报告已完成!')
this.$refs.TablePager.pageQuery()
//this.$refs.TablePager.pageQuery();
this.mapp.$refs.TablePager.pageQuery();
}
})
// let id=this.singleItem.id
......@@ -152,7 +155,8 @@
qxwc({id:this.mapp.singleItem.id}).then(res=>{
if(res.success){
this.$success('已取消!')
this.$refs.TablePager.pageQuery()
//this.$refs.TablePager.pageQuery()
this.mapp.$refs.TablePager.pageQuery();
}
})
// let id=this.singleItem.id
......
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