|
@@ -154,12 +154,12 @@ export default {
|
|
|
handleSizeChange(val) {
|
|
|
// console.log(`每页 ${val} 条`);
|
|
|
this.param.content.pageSize = val
|
|
|
- this.listData()
|
|
|
+ this.listData(this.param.content.where.sa_projectid)
|
|
|
},
|
|
|
handleCurrentChange(val) {
|
|
|
// console.log(`当前页: ${val}`);
|
|
|
this.param.content.pageNumber = val
|
|
|
- this.listData()
|
|
|
+ this.listData(this.param.content.where.sa_projectid)
|
|
|
},
|
|
|
qtyChange () {
|
|
|
this.list = this.list.filter(e=>{
|
|
@@ -192,8 +192,9 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
- this.listData()
|
|
|
- this.$emit('onSuccess')
|
|
|
+ console.log(this.param.content.where.sa_projectid)
|
|
|
+ this.listData(this.param.content.where.sa_projectid)
|
|
|
+ this.$emit('onSuccess',this.param.content.where.sa_projectid)
|
|
|
/*this.tool.showMessage(res,()=>{
|
|
|
this.listData()
|
|
|
this.$emit('onSuccess')
|