浏览代码

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