fix: 修改传参方式和bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user