lilei před 2 roky
rodič
revize
752f01c051
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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) {