소스 검색

bug 修复

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) {