WXL
2024-06-05 90610c882fda55697cba70aa3d90ee17f148594f
src/views/repositoryai/templateku/configurat/index.vue
@@ -756,7 +756,7 @@
      title="添加题目"
      :visible.sync="drawer"
      custom-class="demo-drawer"
      width="50%"
      size="50%"
    >
      <div class="preview-left">
        <el-form
@@ -820,6 +820,12 @@
            </template>
          </el-table-column>
        </el-table>
        <pagination
          :total="total"
          :page.sync="queryParams.pageNum"
          :limit.sync="queryParams.pageSize"
          @pagination="getaddtopiclist"
        />
      </div>
    </el-drawer>
  </div>
@@ -1250,7 +1256,7 @@
        )
      ) {
        this.$modal.msgError("该题目已存在");
        return
        return;
      }
      getverbaltrick({ id: row.id }).then((res) => {
        console.log(res, "详情");