From 21aa609d6c5adc563b6749af245db833476898ee Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期四, 24 十月 2024 17:53:55 +0800
Subject: [PATCH] 1
---
src/views/console/soam/oss-system.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/console/soam/oss-system.vue b/src/views/console/soam/oss-system.vue
index deb4a79..741af56 100644
--- a/src/views/console/soam/oss-system.vue
+++ b/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) { //瑙g粦
this.$HTTP.get(`/api/blade-sync/outer-app-config/unbind/${this.relieveType}`).then(res=> {
--
Gitblit v1.9.3