Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
shidongli 2024-12-20 17:32:58 +08:00
commit 5089f3ee60
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 = ''
}