|
@@ -9,7 +9,7 @@ export default {
|
|
|
components: {
|
|
|
authprivAdd: () => import("./add/index.vue"),
|
|
|
// authprivAdd: () => import("./authprivAdd.vue"),
|
|
|
- authprivSee: () => import("./authprivSee.vue"),
|
|
|
+ // authprivSee: () => import("./authprivSee.vue"),
|
|
|
ElSuperUxTable: () => import("@/components/super-ux-table/index.vue"),
|
|
|
ElSuperSearch: () => import("@/components/super-search/index.vue"),
|
|
|
},
|
|
@@ -150,7 +150,6 @@ export default {
|
|
|
},
|
|
|
// 下载
|
|
|
async handleDownload(row) {
|
|
|
- console.log("下载", row);
|
|
|
try {
|
|
|
const {
|
|
|
id,
|
|
@@ -188,7 +187,6 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
this.useQuery();
|
|
|
- console.log(this.$store.state.user, "this.$store.state.user");
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
@@ -210,7 +208,6 @@ export default {
|
|
|
:size="size"
|
|
|
@close="useQuery"
|
|
|
></authprivAdd>
|
|
|
- <!-- <authprivSee ref="seeDialogRef"></authprivSee> -->
|
|
|
<el-super-search
|
|
|
v-model="params"
|
|
|
:size="size"
|
|
@@ -230,8 +227,6 @@ export default {
|
|
|
v-hasPermi="['pu:authorization:add']"
|
|
|
>新增</el-button
|
|
|
>
|
|
|
- <!-- <el-button :size="size" @click="handleSubmit">提交</el-button> -->
|
|
|
- <!-- <el-button :size="size" @click="handleDownload">下载授权书</el-button> -->
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
|