Procházet zdrojové kódy

常错词

newStyle
corala před 2 roky
rodič
revize
bee85f0794
1 změnil soubory, kde provedl 5 přidání a 1 odebrání
  1. +5
    -1
      src/views/Template/wrongword.vue

+ 5
- 1
src/views/Template/wrongword.vue Zobrazit soubor

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


Načítá se…
Zrušit
Uložit