fix: 修改传参方式和bug

This commit is contained in:
wanglei
2024-06-29 13:53:59 +08:00
parent 01b4f3abb8
commit 6fc848d164
5 changed files with 8 additions and 3 deletions

View File

@@ -221,8 +221,10 @@ export default {
async getList(){
try {
const {code,data} = await this.instance.post('/app/apptaskmanage/list',{
...this.search
const {code,data} = await this.instance.post('/app/apptaskmanage/list',null,{
params:{
...this.search
}
})
if(code===0){
this.tableData = data.records