|
@@ -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()
|