|
|
@@ -448,6 +448,7 @@ export default {
|
|
|
comeBack(){
|
|
|
this.form.customId = 0
|
|
|
this.form.customName = ''
|
|
|
+ this.customInfoList = []
|
|
|
this.desk = 'searchCustom'
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.customref.focus()
|
|
|
@@ -458,7 +459,7 @@ export default {
|
|
|
let that = this
|
|
|
setTimeout(function(){
|
|
|
that.desk = 'selectedList'
|
|
|
- },1000)
|
|
|
+ },2000)
|
|
|
this.form.customId = e.id
|
|
|
this.form.customName = e.name
|
|
|
this.selectJobId = e.id
|