bug
This commit is contained in:
parent
ddfc33f708
commit
4710b56904
|
@ -564,6 +564,10 @@ export default {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 20,
|
pageSize: 20,
|
||||||
},
|
},
|
||||||
|
queryParams2: {
|
||||||
|
pageNum: 1,
|
||||||
|
pageSize: 999,
|
||||||
|
},
|
||||||
// 表单参数
|
// 表单参数
|
||||||
form: {
|
form: {
|
||||||
payChannel: 2,
|
payChannel: 2,
|
||||||
|
@ -661,7 +665,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
todetal(row){
|
todetal(row){
|
||||||
const deptId = row.deptId
|
const deptId = row.deptId
|
||||||
this.$router.push(`/system/deptDetail/index/${deptId}`);
|
this.$router.push(`/system/deptDetail/index/${deptId}`);
|
||||||
},
|
},
|
||||||
withdrawSubmit(){
|
withdrawSubmit(){
|
||||||
|
@ -810,7 +814,7 @@ export default {
|
||||||
this.areaOptions = response.rows;
|
this.areaOptions = response.rows;
|
||||||
this.form.parentId = 100;
|
this.form.parentId = 100;
|
||||||
});
|
});
|
||||||
listChannel(this.queryParams).then(response => {
|
listChannel(this.queryParams2).then(response => {
|
||||||
this.channelOptions = response.rows;
|
this.channelOptions = response.rows;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user