Sfoglia il codice sorgente

编辑模型

newStyle
corala 1 anno fa
parent
commit
3acbe8f574
2 ha cambiato i file con 1306 aggiunte e 1207 eliminazioni
  1. +1303
    -1206
      src/views/Template/requireminingAnalysis.vue
  2. +3
    -1
      src/views/Template/taboo.vue

+ 1303
- 1206
src/views/Template/requireminingAnalysis.vue
File diff soppresso perché troppo grande
Vedi File


+ 3
- 1
src/views/Template/taboo.vue Vedi File

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


Caricamento…
Annulla
Salva