WXL
2024-01-11 3b774a197bd7087ee42999937ccc1e7e048eb1aa
src/views/repositoryai/verbaltrick/index.vue
@@ -68,7 +68,7 @@
                  </el-option>
                </el-select>
              </el-form-item>
              <el-form-item label="问题主题" prop="userName">
              <el-form-item label="问题标题" prop="userName">
                <el-input
                  v-model="queryParams.userName"
                  placeholder="请输入"
@@ -87,9 +87,9 @@
                />
              </el-form-item>
              <el-form-item label="适用方式" prop="status">
                <el-select v-model="queryParams.applyway" placeholder="请选择">
                <el-select v-model="queryParams.suitway" placeholder="请选择">
                  <el-option
                    v-for="item in languagelist"
                    v-for="item in mode"
                    :key="item.value"
                    :label="item.label"
                    :value="item.value"
@@ -204,12 +204,12 @@
              /><el-table-column
                label="适用方式"
                align="center"
                key="application"
                prop="application"
                key="suitway"
                prop="suitway"
                width="120"
              >
                <template slot-scope="scope">
                  <dict-tag :options="mode" :value="scope.row.suitWay" />
                  <dict-tag :options="mode" :value="scope.row.suitway" />
                </template>
              </el-table-column>
              <el-table-column
@@ -523,7 +523,7 @@
      getverbaltricklist(this.queryParams).then((res) => {
        this.userList = res.rows;
        this.loading = false;
        this.total=res.total
        this.total = res.total;
      });
    },
@@ -615,6 +615,8 @@
      addbaltrickclassify(this.classifyform).then((res) => {
        this.getDeptTree();
        this.$modal.msgSuccess("新增成功");
        this.classifyform = {};
        this.dialogFormVisible = false;
      });
    },
    remove(a, b) {