Przeglądaj źródła

编辑模型

newStyle
corala 1 rok temu
rodzic
commit
3acbe8f574
2 zmienionych plików z 1306 dodań i 1207 usunięć
  1. +1303
    -1206
      src/views/Template/requireminingAnalysis.vue
  2. +3
    -1
      src/views/Template/taboo.vue

+ 1303
- 1206
src/views/Template/requireminingAnalysis.vue
Plik diff jest za duży
Wyświetl plik


+ 3
- 1
src/views/Template/taboo.vue Wyświetl plik

@@ -728,6 +728,7 @@ export default {
this.ruleForm.id = row.id;
this.dialogVisible = true;
this.ruleForm.words = row.words;
this.ruleForm.sceneDesc = row.desc;
this.editFlag = true;
},

@@ -749,7 +750,7 @@ export default {
.tabooadd({
houseId: this.houseId,
words: this.ruleForm.words,
sceneDesc: this.ruleForm.sceneDesc// 场景描述
desc: this.ruleForm.sceneDesc// 场景描述
})
.then((res) => {
if (res.code == 0) {
@@ -775,6 +776,7 @@ export default {
this.$api.http
.tabooupdate({
id: this.ruleForm.id,
desc: this.ruleForm.sceneDesc,
words: this.ruleForm.words,
})
.then((res) => {


Ładowanie…
Anuluj
Zapisz