zhangqiOMG 2 years ago
parent
commit
7963cd6b3a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/HDrpManagement/orderManage/index.vue

+ 0 - 4
src/HDrpManagement/orderManage/index.vue

@@ -14,7 +14,6 @@
       @listData="list">
       <template #titleRight>
           <el-button v-if="tool.checkAuth($route.name,'refreshStock')" style="margin-left:16px" size="small" type="primary" @click="refreshStock">刷新库存</el-button>
-          <el-button style="margin-left:16px" size="small" type="primary" @click="test">测试</el-button>
       </template>
       <template #custom>
         <div class="mt-10">
@@ -188,9 +187,6 @@ export default {
       }
       this.$refs.basicLayout.listData()
     },
-    test () {
-      console.log(this.tool.checkAuth(this.$route.name,'refreshStock'))
-    }
   },
   created () {
     this.getTradefield()