| | |
| | | methods: { |
| | | //重置搜索结果 |
| | | resetForm() { |
| | | this.tableData = []; |
| | | this.onSearch(""); |
| | | }, |
| | | // ExportJsonExcel实例 |
| | | Ture() { |
| | |
| | | const dataList = this.tableData; |
| | | console.log(this.keywords, "keywords"); |
| | | let Obj = { |
| | | keywords: "楊", //搜索框检索 |
| | | keywords: "", //搜索框检索 |
| | | // keywords: this.keywords, //搜索框检索 |
| | | name: this.submitData.name, //姓名 |
| | | alias: this.submitData.alias, //别名 |
| | |
| | | page: this.CurrentPage, |
| | | pageSize: this.pageSize, |
| | | }; |
| | | console.log(Obj,"ObjObjObj"); |
| | | console.log(Obj, "ObjObjObj"); |
| | | // // 搜索 |
| | | await getPersonList(Obj).then((res) => { |
| | | if (res.success) { |