lilei пре 2 година
родитељ
комит
752f01c051
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/views/Home.vue

+ 0 - 1
src/views/Home.vue

@@ -58,7 +58,6 @@ export default {
     ...mapActions(['GetEmployeeList', 'getLookUpData']),
     hasNewProduct () {
       this.GetEmployeeList()
-      this.getLookUpData('RETURN_REASON')
       queryNewProductPage({ pageNo: 1, pageSize: 20, onlineFalg: this.onlineFalg }).then(res => {
         if (res.status == 200) {
           if (res.data.count > 0) {