@@ -1330,6 +1330,7 @@
this.getList()
},
getList() {
+ console.log("parasm2222",this.listQuery)
fetchList(this.listQuery).then(response => {
if (response.data.state === 0) {
this.$message.error(response.data.msg)