Przeglądaj źródła

转写方式配置

newStyle
corala 1 rok temu
rodzic
commit
9e772e411a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/views/building/index.vue

+ 2
- 2
src/views/building/index.vue Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz