瀏覽代碼

常错词

newStyle
corala 2 年之前
父節點
當前提交
bee85f0794
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      src/views/Template/wrongword.vue

+ 5
- 1
src/views/Template/wrongword.vue 查看文件

@@ -297,7 +297,11 @@ export default {
this.$message.error("错误词不能与正确词相同");
return;
}
this.$api.api.correctUpdate(this.ruleForm).then((res) => {
console.log(this.searchForm.houseId)
this.$api.api.correctUpdate({
...this.ruleForm,
houseId: this.searchForm.houseId
}).then((res) => {
console.log(res);
if (res.code == 0) {
setTimeout(() => {


Loading…
取消
儲存