shish 2 years ago
parent
commit
906bd0da51
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ghs/src/views/order/add.vue

+ 2 - 1
ghs/src/views/order/add.vue

@@ -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