|
|
|
@ -80,7 +80,7 @@ |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="' '"> |
|
|
|
<el-button @click="getDataList()" v-if="isAuth('102001001:query')">查询</el-button> |
|
|
|
<el-button @click="getDataList()">查询</el-button> |
|
|
|
<el-button type="primary" @click="addModal()" v-if="isAuth('102001001:save')">新增</el-button> |
|
|
|
<el-button type="primary" @click="delModal()" v-if="isAuth('102001001:remove')">删除</el-button> |
|
|
|
<download-excel v-if="isAuth('102001001:export')" |
|
|
|
@ -2073,14 +2073,10 @@ export default { |
|
|
|
}) |
|
|
|
}, |
|
|
|
created() { |
|
|
|
if (this.isAuth('102001001:query')){ |
|
|
|
this.handleRouteQuery() |
|
|
|
} |
|
|
|
}, |
|
|
|
activated () { |
|
|
|
if (this.isAuth('102001001:query')){ |
|
|
|
this.handleRouteQuery() |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
handleRouteQuery(){ |
|
|
|
|