From 44d22931aebfbe0315345d5100e9ba02382b2932 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期二, 29 八月 2023 15:10:41 +0800
Subject: [PATCH] 统一接口更改接口加上最新版本统过滤
---
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
index 465f489..33b81c4 100644
--- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
+++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -373,7 +373,6 @@
limit: this.page.pageSize,
'conditionMap[lcstatus]': lcstatus
}).then(res => {
- console.log(res)
this.tableData = res.data.data
})
},
@@ -468,9 +467,6 @@
this.transferData = data;
}
},
- handelTransferSave(val) {
- console.log('鍙戝竷', val)
- },
rend() {
this.tableData = this.tableHeadData;
},
@@ -637,7 +633,6 @@
list.push(item.oid)
})
deleteCode({codeClassifyOid: this.codeClassifyOid, oidList: list}).then(res => {
- console.log(res)
if (res.data.code === 200) {
this.$message({
type: 'success',
@@ -828,9 +823,7 @@
this.DataVisible = false;
val.copyFromVersion = this.rowOid;
val.oid = '';
- console.log(val)
upSaveCode(val).then(res => {
- console.log(res)
this.$nextTick(() => {
this.$message.warning("淇濆瓨鎴愬姛");
this.onLoad()
--
Gitblit v1.10.0