diff --git a/src/views/modules/shequzhili/materialcode/add.vue b/src/views/modules/shequzhili/materialcode/add.vue index ee858128e..2cbcb9ee0 100644 --- a/src/views/modules/shequzhili/materialcode/add.vue +++ b/src/views/modules/shequzhili/materialcode/add.vue @@ -4,26 +4,26 @@
- + - +
-
- +
-
- + @@ -115,16 +123,9 @@ // typeActivityadd, typeDetails // }, async created () { + this.loadTable() }, async mounted () { - // this.getOrgTrreeList() - //获取服务事项 - // await this.getDemandOptions() - const { user } = this.$store.state - // this.agencyId = user.agencyId - //获取建联单位 - // this.advertisingTag() - //获取网格下拉框数据 this.loadTable() }, methods: { @@ -199,6 +200,11 @@ this.formShow = false this.loadTable() }, + + async download(row){ + window.open(row.code) + }, + async handleDelete (row) { this.$confirm("确认删除?", "提示", { confirmButtonText: "确定",