shish пре 2 година
родитељ
комит
906bd0da51
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      ghs/src/views/order/add.vue

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

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