|
|
@@ -738,6 +738,7 @@ import { getStore, setStore } from "@/util/store"; |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
recordsText:[], |
|
|
|
roleVisible: false, |
|
|
|
roleFlag: "0", |
|
|
|
roleidx: "", |
|
|
@@ -1362,8 +1363,8 @@ export default { |
|
|
|
subMsg() { |
|
|
|
this.$refs.form.validate((valid) => { |
|
|
|
if (valid) { |
|
|
|
this.form.correctWord = this.ruleForm.correctWord.replace(/[^\w\u4e00-\u9fa5]/g,"") |
|
|
|
this.form.wrongWord = this.ruleForm.wrongWord.replace(/[^\w\u4e00-\u9fa5]/g,"") |
|
|
|
this.form.correctWord = this.form.correctWord.replace(/[^\w\u4e00-\u9fa5]/g,"") |
|
|
|
this.form.wrongWord = this.form.wrongWord.replace(/[^\w\u4e00-\u9fa5]/g,"") |
|
|
|
this.dialogFormVisible = false; |
|
|
|
let sas = this.textItself.replace( |
|
|
|
this.form.wrongWord, |
|
|
@@ -1382,7 +1383,8 @@ export default { |
|
|
|
cupid: this.form.cupid, |
|
|
|
wrongWord: this.form.wrongWord, |
|
|
|
customerId: this.fileId, |
|
|
|
houseId: localStorage.getItem("houseId"), |
|
|
|
houseId: this.userinformationlist.projectId, |
|
|
|
translateHtmlContent:this.arr[this.aplayerId].audioContent |
|
|
|
}) |
|
|
|
.then((res) => { |
|
|
|
this.$message.success("保存成功"); |
|
|
|