From cee3075e880a5fca55160000f0597019f974eb9e Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期一, 28 八月 2023 17:52:57 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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 }) }, @@ -467,9 +466,6 @@ const data = response.data.data; 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.9.3