| | |
| | | sqp['superQueryMatchType'] = this.superQueryMatchType |
| | | } |
| | | var param = Object.assign(sqp, this.queryParam, this.isorter ,this.filters); |
| | | param.field = this.getQueryField(); |
| | | if(this.columns) param.field = this.getQueryField(); |
| | | param.pageNo = this.ipagination.current; |
| | | param.pageSize = this.ipagination.pageSize; |
| | | //获取用户定制的参数属性 |
| | |
| | | description:res.message |
| | | }); |
| | | that.loadData(); |
| | | that.clearSelected() |
| | | } else { |
| | | // that.$message.warning(res.message); |
| | | that.$notification.warning({ |
| | |
| | | // 打开详情抽屉时禁用设备编码、设备名称输入框 |
| | | this.$refs.modalForm.disSeach = true; |
| | | // 调用抽屉表单组件中的清除表单验证方法 |
| | | this.$refs.modalForm.removeValidate() |
| | | this.$nextTick(()=>{ |
| | | if(this.$refs.modalForm.$refs.form)this.$refs.modalForm.$refs.form.clearValidate() |
| | | }) |
| | | }, |
| | | /* 导出 */ |
| | | handleExportXls2(){ |