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

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

@@ -389,7 +389,7 @@ export default {
           let list = this.$util.copyObject(res.list)
           let list = this.$util.copyObject(res.list)
           that.getItemList = list
           that.getItemList = list
         })
         })
-        if(self.$util.isEmpty(that.getItemList)){
+        if(that.$util.isEmpty(that.getItemList)){
           that.$refs.showItemRef.setCurrentRow(that.getItemList[0])
           that.$refs.showItemRef.setCurrentRow(that.getItemList[0])
         }
         }
       }
       }