From 57ffebab5fded6f5236bd1b40c4b4e7a6d4ae07f Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 31 Jul 2024 09:50:09 +0800
Subject: [PATCH] 驱动下载
---
src/views/Admin/notice.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/Admin/notice.vue b/src/views/Admin/notice.vue
index a3b18a4..95a9b6f 100644
--- a/src/views/Admin/notice.vue
+++ b/src/views/Admin/notice.vue
@@ -79,7 +79,7 @@
</a-col>
</a-row>
<!-- <span><b>发布单位:</b>{{form.publishingUnit}}</span>-->
- <br /><br />
+<!-- <br /><br />-->
<!-- 子单位-->
<a-row :gutter="24">
<a-col :span="12">
@@ -119,6 +119,7 @@
<a-tree-select
v-model="form.recipient"
style="width: 100%"
+ :maxTagCount="3"
:tree-data="treeData"
tree-checkable
placeholder="选择平级接收单位"
@@ -141,7 +142,7 @@
</a-form-model-item>
</a-col>
<a-col :span="12" style="text-align: right">
- <a-button type="primary" style="width: 250px;" @click="confirmSend()" v-preventReClick="1500"
+ <a-button type="primary" style="width: 250px;" @click="confirmSend()" v-preventReClick="2000"
:disabled="userInfo.role.id==1?true:false">
确认并提交审核
</a-button>
@@ -152,7 +153,7 @@
<h2>短信预览</h2>
<div class="mobile">
<div class="mesg">
- <P>【防灾减灾工作通知】{{form.content}}</P>
+ <P>【防灾减灾工作提示】{{form.content}}</P>
</div>
</div>
</div>
@@ -318,6 +319,7 @@
components: {},
created() {
const t = this
+ t.treeData = []
t.getAreaUsers()
t.areaUsers = JSON.parse(localStorage.getItem('areaUsers'))
const {
--
Gitblit v1.9.2