提交 a653627b 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of http://192.168.110.53/com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
...@@ -105,7 +105,8 @@ ...@@ -105,7 +105,8 @@
this.$emit('continueAdd', false) this.$emit('continueAdd', false)
}, },
handleSizeChangePre(val) { handleSizeChangePre(val) {
this.paginationSet.pageSize = val this.paginationSet.pageSize = val;
this.paginationSet.pageNum = 1;
this.eachHasSelectedList = this.getPageList(this.hasSelectedList) this.eachHasSelectedList = this.getPageList(this.hasSelectedList)
}, },
handleCurrentChangePre(val) { handleCurrentChangePre(val) {
......
...@@ -161,10 +161,10 @@ ...@@ -161,10 +161,10 @@
this.$emit('closeSelectCartoon', this.sendObj) this.$emit('closeSelectCartoon', this.sendObj)
}, },
sureSelect() { sureSelect() {
console.log(this.sendObj)
this.$emit('closeSelectCartoon', this.sendObj); this.$emit('closeSelectCartoon', this.sendObj);
}, },
changeComent(item){ changeComent(item){
console.log(item)
this.$emit('pushConmentMsg',item) this.$emit('pushConmentMsg',item)
} }
}, },
......
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
}, },
watch: { watch: {
planDetail(val) { planDetail(val) {
console.log(val) // console.log(val)
this.planDetailData = val this.planDetailData = val
this.setTimeNodeList = val.fPlanTimeReqList this.setTimeNodeList = val.fPlanTimeReqList
if(this.planDetailData.resourceId){ if(this.planDetailData.resourceId){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册