| @@ -1027,7 +1027,7 @@ export default { | |||||
| data: { | data: { | ||||
| }, | }, | ||||
| }).then((res) => { | }).then((res) => { | ||||
| console.log(res) | |||||
| // console.log(res) | |||||
| if(res.code==0){ | if(res.code==0){ | ||||
| this.projectlist = res.data||[] | this.projectlist = res.data||[] | ||||
| this.languageList = res.data&&res.data[0].list||[] | this.languageList = res.data&&res.data[0].list||[] | ||||
| @@ -1275,7 +1275,7 @@ export default { | |||||
| this.$api.api | this.$api.api | ||||
| .editZkhouse(this.ruleForm) | .editZkhouse(this.ruleForm) | ||||
| .then((res) => { | .then((res) => { | ||||
| console.log(res); | |||||
| // console.log(res); | |||||
| if (res.code == 0) { | if (res.code == 0) { | ||||
| this.dialogVisible = false; | this.dialogVisible = false; | ||||
| setTimeout(() => { | setTimeout(() => { | ||||