Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
5089f3ee60
@ -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 {
|
||||
|
||||
@ -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 = ''
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user