修改错别字

This commit is contained in:
zhuangyuanke 2024-12-20 15:03:29 +08:00
parent 4cf83f27e0
commit 29cac4dc99
2 changed files with 3 additions and 3 deletions

View File

@ -516,10 +516,10 @@ export default {
},
mounted() { },
methods: {
//
//
changephoneRedialTimes(e) {
if (
this.optionslistS.find((el) => el.dictValue == e)?.dictLabel != "不重"
this.optionslistS.find((el) => el.dictValue == e)?.dictLabel != "不重"
) {
this.form.phoneTimeInterval = 30;
} else {

View File

@ -455,7 +455,7 @@ export default {
this.form.phoneRedialTimes = '重拨二次'
}
else if (this.form.phoneRedialTimes == 'NOT_REPLAY') {
this.form.phoneRedialTimes = '不重'
this.form.phoneRedialTimes = '不重'
} else {
this.form.phoneRedialTimes = ''
}