瀏覽代碼

编辑模型

newStyle
corala 1 年之前
父節點
當前提交
3acbe8f574
共有 2 個檔案被更改,包括 1306 行新增1207 行删除
  1. +1303
    -1206
      src/views/Template/requireminingAnalysis.vue
  2. +3
    -1
      src/views/Template/taboo.vue

+ 1303
- 1206
src/views/Template/requireminingAnalysis.vue
文件差異過大導致無法顯示
查看文件


+ 3
- 1
src/views/Template/taboo.vue 查看文件

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


Loading…
取消
儲存