| | |
| | | }, |
| | | tableType: null, |
| | | ruleForm: { |
| | | name: '', |
| | | name: null, |
| | | }, |
| | | FBtest: false, |
| | | tableData: [], |
| | |
| | | //判断点击是否为子节点 |
| | | if (data.children != null) return; |
| | | this.listData.name = data.entity; //要查询表格类型; |
| | | debugger |
| | | this.filedsLayer = this.getCollapseDomFiled(); //获取每个表字段名称及阈值 |
| | | //获取table信息 |
| | | this.getCollapseTable(this.filedsLayer); |
| | |
| | | }); |
| | | if (this.ruleForm.name != null) { |
| | | this.listData.filter = 'name like ' + this.ruleForm.name; |
| | | }else{ |
| | | this.listData.filter = null; |
| | | } |
| | | |
| | | const data = await dataQuery_selectByPage(this.listData); |
| | | if (data.code != 200) { |
| | | this.$message.error('调用列表失败,请联系工作人员!'); |