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() { }, 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 {

View File

@ -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 = ''
} }