shish před 2 roky
rodič
revize
906bd0da51
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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