From d293c8744e5755346a2ffda8471c3256342155cb Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 19 Oct 2023 17:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=88=90post=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/videoWall/videoWall.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/modules/shequzhili/videoWall/videoWall.vue b/src/views/modules/shequzhili/videoWall/videoWall.vue index 987ee1c3d..8650c52be 100644 --- a/src/views/modules/shequzhili/videoWall/videoWall.vue +++ b/src/views/modules/shequzhili/videoWall/videoWall.vue @@ -71,14 +71,13 @@ export default { pageNo: this.pageNo, pageSize: this.pageSize, } - let {data,code,msg} = requestGet(url, params).then(res => { + let {data,code,msg} = requestPost(url, params) if (code == 0) { this.tableData = data.list this.total = data.total }else{ this.$message.error(msg) } - }) }, handleSizeChange (val) { console.log(`每页 ${val} 条`);