29996
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
confirm () {
|
confirm () {
|
||||||
if (!this.content) {
|
if (!this.content) {
|
||||||
return this.$u.toast('文本不能为空')
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.currIndex >= 0) {
|
if (this.currIndex >= 0) {
|
||||||
|
|||||||
@@ -175,7 +175,7 @@
|
|||||||
|
|
||||||
confirm () {
|
confirm () {
|
||||||
if (!this.content) {
|
if (!this.content) {
|
||||||
return this.$u.toast('文本不能为空')
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.currIndex >= 0) {
|
if (this.currIndex >= 0) {
|
||||||
|
|||||||
@@ -196,7 +196,7 @@
|
|||||||
|
|
||||||
confirm () {
|
confirm () {
|
||||||
if (!this.content) {
|
if (!this.content) {
|
||||||
return this.$u.toast('文本不能为空')
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.currIndex >= 0) {
|
if (this.currIndex >= 0) {
|
||||||
|
|||||||
@@ -166,7 +166,7 @@
|
|||||||
|
|
||||||
confirm () {
|
confirm () {
|
||||||
if (!this.content) {
|
if (!this.content) {
|
||||||
return this.$u.toast('文本不能为空')
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.currIndex >= 0) {
|
if (this.currIndex >= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user