修改错别字
This commit is contained in:
parent
4cf83f27e0
commit
29cac4dc99
@ -516,10 +516,10 @@ export default {
|
|||||||
},
|
},
|
||||||
mounted() { },
|
mounted() { },
|
||||||
methods: {
|
methods: {
|
||||||
//重播次数
|
//重拨次数
|
||||||
changephoneRedialTimes(e) {
|
changephoneRedialTimes(e) {
|
||||||
if (
|
if (
|
||||||
this.optionslistS.find((el) => el.dictValue == e)?.dictLabel != "不重播"
|
this.optionslistS.find((el) => el.dictValue == e)?.dictLabel != "不重拨"
|
||||||
) {
|
) {
|
||||||
this.form.phoneTimeInterval = 30;
|
this.form.phoneTimeInterval = 30;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -455,7 +455,7 @@ export default {
|
|||||||
this.form.phoneRedialTimes = '重拨二次'
|
this.form.phoneRedialTimes = '重拨二次'
|
||||||
}
|
}
|
||||||
else if (this.form.phoneRedialTimes == 'NOT_REPLAY') {
|
else if (this.form.phoneRedialTimes == 'NOT_REPLAY') {
|
||||||
this.form.phoneRedialTimes = '不重播'
|
this.form.phoneRedialTimes = '不重拨'
|
||||||
} else {
|
} else {
|
||||||
this.form.phoneRedialTimes = ''
|
this.form.phoneRedialTimes = ''
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user