From 6bccfd2132c8523b5ebeffa772a8fa0e784d8165 Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 01 八月 2023 10:17:50 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue index 2fbc819..33e8bfe 100644 --- a/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue +++ b/Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue @@ -449,7 +449,6 @@ const result = this.$route.query.id.substring(0, index); const oid = this.selectRow.map(obj => obj.oid).join(","); changeStatus({ oid: oid, btmname: result, lcStatus: 'Disabled' }).then(res => { - console.log(res); if(res.data.code == 200 ){ this.$message.success('鍋滅敤鎴愬姛') this.onLoad() @@ -476,7 +475,6 @@ this.$message.warning("璇烽�夋嫨涓�鏉℃暟鎹�"); } else { let hasEditing = this.selectRow.every(item => item.lcstatus == 'Disabled'); - console.log('hasEditing',hasEditing) let showMessage = true; this.selectRow.forEach(item => { if (this.selectRow.length === 1 && item.lcstatus !== "Disabled" && showMessage) { @@ -502,7 +500,6 @@ const result = this.$route.query.id.substring(0, index); const oid = this.selectRow.map(obj => obj.oid).join(","); changeStatus({ oid: oid, btmname: result, lcStatus: 'Released' }).then(res => { - console.log(res); if(res.data.code == 200 ){ this.$message.success('鍚敤鎴愬姛') this.onLoad() @@ -535,7 +532,6 @@ // 鍋滅敤-鍙兘鍚敤銆佸洖鏀� const disabledCount = this.selectRow.filter(item => item.lcstatus === 'Disabled').length; const releasedCount = this.selectRow.filter(item => item.lcstatus === 'Released').length; - console.log('hasEditing',disabledCount,releasedCount) let showMessage = true; this.selectRow.forEach(item => { if (this.selectRow.length === 1 && item.lcstatus == "TakeBack" && showMessage) { @@ -562,7 +558,6 @@ const result = this.$route.query.id.substring(0, index); const oid = this.selectRow.map(obj => obj.oid).join(","); changeStatus({ oid: oid, btmname: result, lcStatus: 'TakeBack' }).then(res => { - console.log(res); if(res.data.code == 200 ){ this.$message.success('鍥炴敹鎴愬姛') this.onLoad() @@ -621,7 +616,6 @@ }, doLayout() { this.$nextTick(() => { - console.log(this.$refs) this.$refs.crud.doLayout(); }); }, @@ -703,7 +697,6 @@ list.forEach((item) => { this.parameter.ids.push(item.oid); }); - console.log(this.selectRow) }, //閫夋嫨 handleSelection(list, row) { @@ -740,7 +733,6 @@ codeClassifyOid: this.codeClassifyOid, ...val, }).then((res) => { - console.log(res); this.tableData = res.data.data; this.page.total = res.data.total }); @@ -770,9 +762,7 @@ //澧炲姞淇濆瓨 AddSumbit(val) { this.addvisible = false; - console.log(val) addSaveCode(val).then(res => { - console.log(res) this.$nextTick(() => { this.onLoad() }) @@ -780,9 +770,7 @@ }, EditSumbit(val) { this.editvisible = false; - console.log(val) editSaveCode(val).then(res => { - console.log(res) this.$nextTick(() => { this.onLoad() }) -- Gitblit v1.9.3