Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
752f01c051
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {