XMLWAN 4 年前
父节点
当前提交
e5ef9f897d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/xt_pages/user/patients.vue

+ 1 - 0
src/xt_pages/user/patients.vue 查看文件

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