diff --git a/src/views/building/index.vue b/src/views/building/index.vue index 02afacf..069415f 100644 --- a/src/views/building/index.vue +++ b/src/views/building/index.vue @@ -1027,7 +1027,7 @@ export default { data: { }, }).then((res) => { - console.log(res) + // console.log(res) if(res.code==0){ this.projectlist = res.data||[] this.languageList = res.data&&res.data[0].list||[] @@ -1275,7 +1275,7 @@ export default { this.$api.api .editZkhouse(this.ruleForm) .then((res) => { - console.log(res); + // console.log(res); if (res.code == 0) { this.dialogVisible = false; setTimeout(() => {