| | |
| | | * @Author: lzhe lzhe@example.com |
| | | * @Date: 2024-03-26 10:28:33 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-09-30 10:10:59 |
| | | * @LastEditTime: 2024-10-24 17:53:31 |
| | | * @FilePath: /smart-web/src/views/master/person/main/index.vue |
| | | * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE |
| | | --> |
| | |
| | | this.getlog(); |
| | | }, |
| | | getlog() { |
| | | var obj = Object.assign({},this.DMPsearchData); |
| | | this.$HTTP.post(`/api/blade-dmp-log/log/page?current=${this.DMPsearchData.current}&size=${this.DMPsearchData.size}`,obj).then(res=> { |
| | | if(res.code == 200) { |
| | | this.DMPtableData = res.data.records; |
| | | this.DMPsearchData.total = res.data.total; |
| | | } |
| | | }) |
| | | // var obj = Object.assign({},this.DMPsearchData); |
| | | // this.$HTTP.post(`/api/blade-dmp-log/log/page?current=${this.DMPsearchData.current}&size=${this.DMPsearchData.size}`,obj).then(res=> { |
| | | // if(res.code == 200) { |
| | | // this.DMPtableData = res.data.records; |
| | | // this.DMPsearchData.total = res.data.total; |
| | | // } |
| | | // }) |
| | | }, |
| | | relieveModelSave(type) { //解绑 |
| | | this.$HTTP.get(`/api/blade-sync/outer-app-config/unbind/${this.relieveType}`).then(res=> { |