This commit is contained in:
yanran200730
2022-05-26 11:45:41 +08:00
parent 1d3d9920dd
commit 6267a62ef3
4 changed files with 16 additions and 0 deletions

View File

@@ -159,6 +159,10 @@
},
confirm () {
if (!this.content) {
return this.$toast('文本不能为空')
}
if (this.currIndex >= 0) {
this.richList[this.currIndex].value = this.content
} else {

View File

@@ -168,6 +168,10 @@
},
confirm () {
if (!this.content) {
return this.$toast('文本不能为空')
}
if (this.currIndex >= 0) {
this.richList[this.currIndex].value = this.content
} else {

View File

@@ -188,6 +188,10 @@
},
confirm () {
if (!this.content) {
return this.$toast('文本不能为空')
}
if (this.currIndex >= 0) {
this.richList[this.currIndex].value = this.content
} else {

View File

@@ -159,6 +159,10 @@
},
confirm () {
if (!this.content) {
return this.$toast('文本不能为空')
}
if (this.currIndex >= 0) {
this.richList[this.currIndex].value = this.content
} else {