|
|
@@ -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(() => { |
|
|
|