1
lzhe
2024-10-24 21aa609d6c5adc563b6749af245db833476898ee
1
已修改1个文件
16 ■■■■ 文件已修改
src/views/console/soam/oss-system.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/console/soam/oss-system.vue
@@ -2,7 +2,7 @@
 * @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
-->
@@ -370,13 +370,13 @@
                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=> {