fa7c548e by renchao@pashanhoo.com

Merge branch 'dev'

2 parents 854c0798 29f6db53
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
53 </el-col> 53 </el-col>
54 </el-row> 54 </el-row>
55 <div class="slxx_title title-block"> 55 <div class="slxx_title title-block">
56 查封不动产列表 56 查封不动产列表{{ ruleForm.ztQlxxList.length }} 个)
57 <div class="triangle"></div> 57 <div class="triangle"></div>
58 </div> 58 </div>
59 <cfBdcdyTable :tableData="ruleForm.ztQlxxList" /> 59 <cfBdcdyTable :tableData="ruleForm.ztQlxxList" />
...@@ -63,58 +63,65 @@ ...@@ -63,58 +63,65 @@
63 </div> 63 </div>
64 <el-row :gutter="10"> 64 <el-row :gutter="10">
65 <el-col :span="8"> 65 <el-col :span="8">
66 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:"> 66 <el-form-item :class="flag ? 'marginBot0' : ''" label="原告:">
67 <el-input v-model="ruleForm.cfdjList[0].cfjg" :disabled="!ableOperation|| isJfOperation"></el-input> 67 <el-input v-model="ruleForm.cfdj.yg" :disabled="!ableOperation|| isJfOperation"></el-input>
68 </el-form-item> 68 </el-form-item>
69 </el-col> 69 </el-col>
70 <el-col :span="8"> 70 <el-col :span="8">
71 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文号:"> 71 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文号:" >
72 <el-input v-model="ruleForm.cfdjList[0].cfwh" :disabled="!ableOperation|| isJfOperation"></el-input> 72 <el-input v-model="ruleForm.cfdj.cfwh" :disabled="!ableOperation|| isJfOperation"></el-input>
73 </el-form-item> 73 </el-form-item>
74 </el-col> 74 </el-col>
75 <el-col :span="8"> 75 <el-col :span="8">
76 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封期限:"> 76 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:">
77 <el-input v-model="ruleForm.cfdjList[0].cfqx" :disabled="!ableOperation|| isJfOperation"></el-input> 77 <el-input v-model="ruleForm.cfdj.cfjg" :disabled="!ableOperation|| isJfOperation"></el-input>
78 </el-form-item> 78 </el-form-item>
79 </el-col> 79 </el-col>
80 </el-row> 80 </el-row>
81 <el-row :gutter="10"> 81 <el-row :gutter="10">
82 <el-col :span="8">
83 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封期限:">
84 <el-input v-model="ruleForm.cfdj.cfqx" :disabled="!ableOperation|| isJfOperation"></el-input>
85 </el-form-item>
86 </el-col>
82 <el-col :span="8"> 87 <el-col :span="8">
83 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:"> 88 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:">
84 <el-date-picker v-model="ruleForm.cfdjList[0].cfqssj" class="width100" type="date" placeholder="选择日期" 89 <el-date-picker v-model="ruleForm.cfdj.cfqssj" class="width100" type="date" placeholder="选择日期"
85 value-format="yyyy-MM-dd" :disabled="!ableOperation|| isJfOperation"></el-date-picker> 90 value-format="yyyy-MM-dd" :disabled="!ableOperation|| isJfOperation"></el-date-picker>
86 </el-form-item> 91 </el-form-item>
87 </el-col> 92 </el-col>
88 <el-col :span="8"> 93 <el-col :span="8">
89 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:"> 94 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封结束时间:">
90 <el-date-picker v-model="ruleForm.cfdjList[0].cfjssj" class="width100" 95 <el-date-picker v-model="ruleForm.cfdj.cfjssj" class="width100"
91 :disabled="!ableOperation|| isJfOperation" type="date" placeholder="选择日期" 96 :disabled="!ableOperation|| isJfOperation" type="date" placeholder="选择日期"
92 value-format="yyyy-MM-dd"></el-date-picker> 97 value-format="yyyy-MM-dd"></el-date-picker>
93 </el-form-item> 98 </el-form-item>
94 </el-col> 99 </el-col>
95 <el-col :span="8"> 100 </el-row>
101 <el-row :gutter="10">
102 <el-col :span="8">
96 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:"> 103 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:">
97 <el-input v-model="ruleForm.cfdjList[0].cfwj" :disabled="!ableOperation|| isJfOperation"></el-input> 104 <el-input v-model="ruleForm.cfdj.cfwj" :disabled="!ableOperation|| isJfOperation"></el-input>
98 </el-form-item> 105 </el-form-item>
99 </el-col> 106 </el-col>
100 </el-row> 107 <el-col :span="16">
101 <el-row :gutter="10">
102 <el-col :span="8">
103 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:"> 108 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:">
104 <el-input v-model="ruleForm.cfdjList[0].cffw" :disabled="!ableOperation|| isJfOperation"></el-input> 109 <el-input v-model="ruleForm.cfdj.cffw" :disabled="!ableOperation|| isJfOperation"></el-input>
105 </el-form-item> 110 </el-form-item>
106 </el-col> 111 </el-col>
107 <el-col :span="16"> 112 </el-row>
108 <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:"> 113 <el-row :gutter="10">
109 <el-input v-model="ruleForm.cfdjList[0].fj" :disabled="!ableOperation|| isJfOperation"> 114 <el-col>
110 </el-input> 115 <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:">
116 <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.fj"
117 :disabled="!ableOperation|| isJfOperation"></el-input>
111 </el-form-item> 118 </el-form-item>
112 </el-col> 119 </el-col>
113 </el-row> 120 </el-row>
114 <el-row :gutter="10"> 121 <el-row :gutter="10">
115 <el-col> 122 <el-col>
116 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdjList[0].djyy"> 123 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记原因:" prop="cfdj.djyy">
117 <el-input class="textArea" type="textarea" v-model="ruleForm.cfdjList[0].djyy" 124 <el-input class="textArea" type="textarea" v-model="ruleForm.cfdj.djyy"
118 :disabled="!ableOperation|| isJfOperation"></el-input> 125 :disabled="!ableOperation|| isJfOperation"></el-input>
119 </el-form-item> 126 </el-form-item>
120 </el-col> 127 </el-col>
...@@ -127,17 +134,17 @@ ...@@ -127,17 +134,17 @@
127 <el-row :gutter="10"> 134 <el-row :gutter="10">
128 <el-col :span="8"> 135 <el-col :span="8">
129 <el-form-item :class="flag ? 'marginBot0' : ''" label="解封机关:"> 136 <el-form-item :class="flag ? 'marginBot0' : ''" label="解封机关:">
130 <el-input v-model="ruleForm.cfdjList[0].jfjg" :disabled="!ableOperation"></el-input> 137 <el-input v-model="ruleForm.cfdj.jfjg" :disabled="!ableOperation"></el-input>
131 </el-form-item> 138 </el-form-item>
132 </el-col> 139 </el-col>
133 <el-col :span="8"> 140 <el-col :span="8">
134 <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文件:"> 141 <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文件:">
135 <el-input v-model="ruleForm.cfdjList[0].jfwj" :disabled="!ableOperation"></el-input> 142 <el-input v-model="ruleForm.cfdj.jfwj" :disabled="!ableOperation"></el-input>
136 </el-form-item> 143 </el-form-item>
137 </el-col> 144 </el-col>
138 <el-col :span="8"> 145 <el-col :span="8">
139 <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文号:"> 146 <el-form-item :class="flag ? 'marginBot0' : ''" label="解封文号:">
140 <el-input v-model="ruleForm.cfdjList[0].jfwh" :disabled="!ableOperation"></el-input> 147 <el-input v-model="ruleForm.cfdj.jfwh" :disabled="!ableOperation"></el-input>
141 </el-form-item> 148 </el-form-item>
142 </el-col> 149 </el-col>
143 </el-row> 150 </el-row>
...@@ -161,7 +168,7 @@ ...@@ -161,7 +168,7 @@
161 disabled: true, 168 disabled: true,
162 flagTop: this.flag ? "top" : "", 169 flagTop: this.flag ? "top" : "",
163 rules: { 170 rules: {
164 'cfdjList[0].djyy': [ 171 'cfdj.djyy': [
165 { required: true, message: '请输入登记原因', trigger: 'blur' } 172 { required: true, message: '请输入登记原因', trigger: 'blur' }
166 ] 173 ]
167 }, 174 },
......
...@@ -149,9 +149,9 @@ ...@@ -149,9 +149,9 @@
149 </div> 149 </div>
150 <el-row :gutter="10"> 150 <el-row :gutter="10">
151 <el-col :span="8"> 151 <el-col :span="8">
152 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:" prop="cfdj.cfjg"> 152 <el-form-item :class="flag ? 'marginBot0' : ''" label="原告:" prop="cfdj.cfwh">
153 <el-input 153 <el-input
154 v-model="ruleForm.cfdj.cfjg" 154 v-model="ruleForm.cfdj.yg"
155 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> 155 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input>
156 </el-form-item> 156 </el-form-item>
157 </el-col> 157 </el-col>
...@@ -162,11 +162,27 @@ ...@@ -162,11 +162,27 @@
162 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> 162 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input>
163 </el-form-item> 163 </el-form-item>
164 </el-col> 164 </el-col>
165 <el-col :span="8">
166 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:" prop="cfdj.cfjg">
167 <el-input
168 v-model="ruleForm.cfdj.cfjg"
169 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input>
170 </el-form-item>
171 </el-col>
172 </el-row>
173 <el-row :gutter="10">
165 <el-col :span="8"> 174 <el-col :span="8">
166 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc"> 175 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc">
167 <el-input v-model="ruleForm.cfdj.cflxmc" disabled></el-input> 176 <el-input v-model="ruleForm.cfdj.cflxmc" disabled></el-input>
168 </el-form-item> 177 </el-form-item>
169 </el-col> 178 </el-col>
179 <el-col :span="16">
180 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:" prop="cfdj.cfwj">
181 <el-input
182 v-model="ruleForm.cfdj.cfwj"
183 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input>
184 </el-form-item>
185 </el-col>
170 </el-row> 186 </el-row>
171 <el-row :gutter="10"> 187 <el-row :gutter="10">
172 <el-col :span="8"> 188 <el-col :span="8">
...@@ -199,15 +215,9 @@ ...@@ -199,15 +215,9 @@
199 </el-form-item> 215 </el-form-item>
200 </el-col> 216 </el-col>
201 </el-row> 217 </el-row>
218
202 <el-row :gutter="10"> 219 <el-row :gutter="10">
203 <el-col :span="8"> 220 <el-col :span="24">
204 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:" prop="cfdj.cfwj">
205 <el-input
206 v-model="ruleForm.cfdj.cfwj"
207 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input>
208 </el-form-item>
209 </el-col>
210 <el-col :span="16">
211 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:" prop="cfdj.cffw"> 221 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:" prop="cfdj.cffw">
212 <el-input 222 <el-input
213 v-model="ruleForm.cfdj.cffw" 223 v-model="ruleForm.cfdj.cffw"
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-26 16:19:43 4 * @LastEditTime: 2024-02-02 14:56:22
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -76,7 +76,8 @@ ...@@ -76,7 +76,8 @@
76 </div> 76 </div>
77 <div class="submit_button"> 77 <div class="submit_button">
78 <el-button @click="$popupCacel">取消</el-button> 78 <el-button @click="$popupCacel">取消</el-button>
79 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 79 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
80 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
80 </div> 81 </div>
81 </div> 82 </div>
82 </template> 83 </template>
...@@ -175,6 +176,7 @@ ...@@ -175,6 +176,7 @@
175 that.$refs.table.clearSelection() 176 that.$refs.table.clearSelection()
176 } 177 }
177 store.dispatch('user/reMenuRefresh', true) 178 store.dispatch('user/reMenuRefresh', true)
179 that.queryClick()
178 that.$message({ 180 that.$message({
179 showClose: true, 181 showClose: true,
180 message: '添加成功', 182 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 14:05:06 4 * @LastEditTime: 2024-02-02 14:57:35
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 抵押权利信息查询 --> 7 <!-- 抵押权利信息查询 -->
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
67 </div> 67 </div>
68 <div class="submit_button"> 68 <div class="submit_button">
69 <el-button @click="$popupCacel">取消</el-button> 69 <el-button @click="$popupCacel">取消</el-button>
70 <el-button type="primary" plain @click="submitFormClick()" :loading="loading">发起申请</el-button> 70 <el-button type="primary" plain @click="submitFormClick()" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
71 <el-button type="primary" plain @click="submitFormClick()" :loading="loading" v-else>发起申请</el-button>
71 </div> 72 </div>
72 </div> 73 </div>
73 </template> 74 </template>
...@@ -167,6 +168,7 @@ ...@@ -167,6 +168,7 @@
167 that.$refs.table.clearSelection() 168 that.$refs.table.clearSelection()
168 } 169 }
169 store.dispatch('user/reMenuRefresh', true) 170 store.dispatch('user/reMenuRefresh', true)
171 that.queryClick()
170 that.$message({ 172 that.$message({
171 showClose: true, 173 showClose: true,
172 message: '添加成功', 174 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 14:53:42 4 * @LastEditTime: 2024-02-02 15:00:33
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -81,7 +81,8 @@ ...@@ -81,7 +81,8 @@
81 </div> 81 </div>
82 <div class="submit_button"> 82 <div class="submit_button">
83 <el-button @click="$popupCacel">取消</el-button> 83 <el-button @click="$popupCacel">取消</el-button>
84 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 84 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
85 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
85 </div> 86 </div>
86 </div> 87 </div>
87 <div v-show="activeName == 'dz'"> 88 <div v-show="activeName == 'dz'">
...@@ -131,7 +132,8 @@ ...@@ -131,7 +132,8 @@
131 </div> 132 </div>
132 <div class="submit_button"> 133 <div class="submit_button">
133 <el-button @click="$popupCacel">取消</el-button> 134 <el-button @click="$popupCacel">取消</el-button>
134 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 135 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
136 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
135 </div> 137 </div>
136 </div> 138 </div>
137 </div> 139 </div>
...@@ -314,6 +316,7 @@ ...@@ -314,6 +316,7 @@
314 that.$refs.table.clearSelection() 316 that.$refs.table.clearSelection()
315 } 317 }
316 store.dispatch('user/reMenuRefresh', true) 318 store.dispatch('user/reMenuRefresh', true)
319 that.queryClick()
317 that.$message({ 320 that.$message({
318 showClose: true, 321 showClose: true,
319 message: '添加成功', 322 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 14:56:54 4 * @LastEditTime: 2024-02-02 15:01:41
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -119,7 +119,8 @@ ...@@ -119,7 +119,8 @@
119 </div> 119 </div>
120 <div class="submit_button"> 120 <div class="submit_button">
121 <el-button @click="$popupCacel">取消</el-button> 121 <el-button @click="$popupCacel">取消</el-button>
122 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 122 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
123 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
123 </div> 124 </div>
124 </div> 125 </div>
125 </div> 126 </div>
...@@ -284,6 +285,7 @@ ...@@ -284,6 +285,7 @@
284 that.$refs.table.clearSelection() 285 that.$refs.table.clearSelection()
285 } 286 }
286 store.dispatch('user/reMenuRefresh', true) 287 store.dispatch('user/reMenuRefresh', true)
288 that.queryClick()
287 that.$message({ 289 that.$message({
288 showClose: true, 290 showClose: true,
289 message: '添加成功', 291 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 14:58:30 4 * @LastEditTime: 2024-02-02 15:03:15
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
52 </div> 52 </div>
53 <div class="submit_button"> 53 <div class="submit_button">
54 <el-button @click="$popupCacel">取消</el-button> 54 <el-button @click="$popupCacel">取消</el-button>
55 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 55 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
56 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
56 </div> 57 </div>
57 </div> 58 </div>
58 </template> 59 </template>
...@@ -152,6 +153,7 @@ ...@@ -152,6 +153,7 @@
152 that.$refs.table.clearSelection() 153 that.$refs.table.clearSelection()
153 } 154 }
154 store.dispatch('user/reMenuRefresh', true) 155 store.dispatch('user/reMenuRefresh', true)
156 that.queryClick()
155 that.$message({ 157 that.$message({
156 showClose: true, 158 showClose: true,
157 message: '添加成功', 159 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 15:01:22 4 * @LastEditTime: 2024-02-02 15:04:19
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
40 </div> 40 </div>
41 <div class="submit_button"> 41 <div class="submit_button">
42 <el-button @click="$popupCacel">取消</el-button> 42 <el-button @click="$popupCacel">取消</el-button>
43 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 43 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
44 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
44 </div> 45 </div>
45 </div> 46 </div>
46 </template> 47 </template>
...@@ -141,6 +142,7 @@ ...@@ -141,6 +142,7 @@
141 that.$refs.table.clearSelection() 142 that.$refs.table.clearSelection()
142 } 143 }
143 store.dispatch('user/reMenuRefresh', true) 144 store.dispatch('user/reMenuRefresh', true)
145 that.queryClick()
144 that.$message({ 146 that.$message({
145 showClose: true, 147 showClose: true,
146 message: '添加成功', 148 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 14:49:27 4 * @LastEditTime: 2024-02-02 14:56:42
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
67 </div> 67 </div>
68 <div class="submit_button"> 68 <div class="submit_button">
69 <el-button @click="$popupCacel">取消</el-button> 69 <el-button @click="$popupCacel">取消</el-button>
70 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 70 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
71 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
71 </div> 72 </div>
72 </div> 73 </div>
73 </template> 74 </template>
...@@ -145,6 +146,7 @@ ...@@ -145,6 +146,7 @@
145 that.$refs.table.clearSelection() 146 that.$refs.table.clearSelection()
146 } 147 }
147 store.dispatch('user/reMenuRefresh', true) 148 store.dispatch('user/reMenuRefresh', true)
149 that.queryClick()
148 that.$message({ 150 that.$message({
149 showClose: true, 151 showClose: true,
150 message: '添加成功', 152 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 15:53:22 4 * @LastEditTime: 2024-02-02 15:05:13
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
51 </div> 51 </div>
52 <div class="submit_button"> 52 <div class="submit_button">
53 <el-button @click="$popupCacel">取消</el-button> 53 <el-button @click="$popupCacel">取消</el-button>
54 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 54 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
55 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
55 </div> 56 </div>
56 </div> 57 </div>
57 </template> 58 </template>
...@@ -166,6 +167,7 @@ ...@@ -166,6 +167,7 @@
166 that.$refs.table.clearSelection() 167 that.$refs.table.clearSelection()
167 } 168 }
168 store.dispatch('user/reMenuRefresh', true) 169 store.dispatch('user/reMenuRefresh', true)
170 that.queryClick()
169 that.$message({ 171 that.$message({
170 showClose: true, 172 showClose: true,
171 message: '添加成功', 173 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 15:57:34 4 * @LastEditTime: 2024-02-02 15:06:02
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
59 </div> 59 </div>
60 <div class="submit_button"> 60 <div class="submit_button">
61 <el-button @click="$popupCacel">取消</el-button> 61 <el-button @click="$popupCacel">取消</el-button>
62 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 62 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
63 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
63 </div> 64 </div>
64 </div> 65 </div>
65 </template> 66 </template>
...@@ -158,6 +159,7 @@ ...@@ -158,6 +159,7 @@
158 that.$refs.table.clearSelection() 159 that.$refs.table.clearSelection()
159 } 160 }
160 store.dispatch('user/reMenuRefresh', true) 161 store.dispatch('user/reMenuRefresh', true)
162 that.queryClick()
161 that.$message({ 163 that.$message({
162 showClose: true, 164 showClose: true,
163 message: '添加成功', 165 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:00:47 4 * @LastEditTime: 2024-02-02 15:11:18
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
59 </div> 59 </div>
60 <div class="submit_button"> 60 <div class="submit_button">
61 <el-button @click="$popupCacel">取消</el-button> 61 <el-button @click="$popupCacel">取消</el-button>
62 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 62 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
63 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
63 </div> 64 </div>
64 </div> 65 </div>
65 </template> 66 </template>
...@@ -158,6 +159,7 @@ ...@@ -158,6 +159,7 @@
158 that.$refs.table.clearSelection() 159 that.$refs.table.clearSelection()
159 } 160 }
160 store.dispatch('user/reMenuRefresh', true) 161 store.dispatch('user/reMenuRefresh', true)
162 that.queryClick()
161 that.$message({ 163 that.$message({
162 showClose: true, 164 showClose: true,
163 message: '添加成功', 165 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:02:00 4 * @LastEditTime: 2024-02-02 15:12:00
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -60,7 +60,8 @@ ...@@ -60,7 +60,8 @@
60 </div> 60 </div>
61 <div class="submit_button"> 61 <div class="submit_button">
62 <el-button @click="$popupCacel">取消</el-button> 62 <el-button @click="$popupCacel">取消</el-button>
63 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 63 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
64 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
64 </div> 65 </div>
65 </div> 66 </div>
66 </template> 67 </template>
...@@ -160,6 +161,7 @@ ...@@ -160,6 +161,7 @@
160 that.$refs.table.clearSelection() 161 that.$refs.table.clearSelection()
161 } 162 }
162 store.dispatch('user/reMenuRefresh', true) 163 store.dispatch('user/reMenuRefresh', true)
164 that.queryClick()
163 that.$message({ 165 that.$message({
164 showClose: true, 166 showClose: true,
165 message: '添加成功', 167 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-11-16 14:12:20 4 * @LastEditTime: 2024-02-02 15:12:57
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
46 </div> 46 </div>
47 <div class="submit_button"> 47 <div class="submit_button">
48 <el-button @click="$popupCacel">取消</el-button> 48 <el-button @click="$popupCacel">取消</el-button>
49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
50 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
50 </div> 51 </div>
51 </div> 52 </div>
52 </template> 53 </template>
...@@ -124,6 +125,7 @@ ...@@ -124,6 +125,7 @@
124 that.$refs.table.clearSelection() 125 that.$refs.table.clearSelection()
125 } 126 }
126 store.dispatch('user/reMenuRefresh', true) 127 store.dispatch('user/reMenuRefresh', true)
128 that.queryClick()
127 that.$message({ 129 that.$message({
128 showClose: true, 130 showClose: true,
129 message: '添加成功', 131 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:28:03 4 * @LastEditTime: 2024-02-02 16:05:57
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -58,7 +58,8 @@ ...@@ -58,7 +58,8 @@
58 </div> 58 </div>
59 <div class="submit_button"> 59 <div class="submit_button">
60 <el-button @click="$popupCacel">取消</el-button> 60 <el-button @click="$popupCacel">取消</el-button>
61 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 61 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
62 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
62 </div> 63 </div>
63 </div> 64 </div>
64 </template> 65 </template>
...@@ -159,6 +160,7 @@ ...@@ -159,6 +160,7 @@
159 that.$refs.table.clearSelection() 160 that.$refs.table.clearSelection()
160 } 161 }
161 store.dispatch('user/reMenuRefresh', true) 162 store.dispatch('user/reMenuRefresh', true)
163 that.queryClick()
162 that.$message({ 164 that.$message({
163 showClose: true, 165 showClose: true,
164 message: '添加成功', 166 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:05:52 4 * @LastEditTime: 2024-02-02 15:16:12
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -60,7 +60,8 @@ ...@@ -60,7 +60,8 @@
60 </div> 60 </div>
61 <div class="submit_button"> 61 <div class="submit_button">
62 <el-button @click="$popupCacel">取消</el-button> 62 <el-button @click="$popupCacel">取消</el-button>
63 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 63 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
64 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
64 </div> 65 </div>
65 </div> 66 </div>
66 </template> 67 </template>
...@@ -161,6 +162,7 @@ ...@@ -161,6 +162,7 @@
161 that.$refs.table.clearSelection() 162 that.$refs.table.clearSelection()
162 } 163 }
163 store.dispatch('user/reMenuRefresh', true) 164 store.dispatch('user/reMenuRefresh', true)
165 that.queryClick()
164 that.$message({ 166 that.$message({
165 showClose: true, 167 showClose: true,
166 message: '添加成功', 168 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:08:02 4 * @LastEditTime: 2024-02-02 15:17:30
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
46 </div> 46 </div>
47 <div class="submit_button"> 47 <div class="submit_button">
48 <el-button @click="$popupCacel">取消</el-button> 48 <el-button @click="$popupCacel">取消</el-button>
49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
50 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
50 </div> 51 </div>
51 </div> 52 </div>
52 </template> 53 </template>
...@@ -124,6 +125,7 @@ ...@@ -124,6 +125,7 @@
124 that.$refs.table.clearSelection() 125 that.$refs.table.clearSelection()
125 } 126 }
126 store.dispatch('user/reMenuRefresh', true) 127 store.dispatch('user/reMenuRefresh', true)
128 that.queryClick()
127 that.$message({ 129 that.$message({
128 showClose: true, 130 showClose: true,
129 message: '添加成功', 131 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:10:05 4 * @LastEditTime: 2024-02-02 15:41:18
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -58,7 +58,8 @@ ...@@ -58,7 +58,8 @@
58 </div> 58 </div>
59 <div class="submit_button"> 59 <div class="submit_button">
60 <el-button @click="$popupCacel">取消</el-button> 60 <el-button @click="$popupCacel">取消</el-button>
61 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 61 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
62 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
62 </div> 63 </div>
63 </div> 64 </div>
64 </template> 65 </template>
...@@ -158,6 +159,7 @@ ...@@ -158,6 +159,7 @@
158 that.$refs.table.clearSelection() 159 that.$refs.table.clearSelection()
159 } 160 }
160 store.dispatch('user/reMenuRefresh', true) 161 store.dispatch('user/reMenuRefresh', true)
162 that.queryClick()
161 that.$message({ 163 that.$message({
162 showClose: true, 164 showClose: true,
163 message: '添加成功', 165 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:11:09 4 * @LastEditTime: 2024-02-02 15:43:33
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -61,7 +61,8 @@ ...@@ -61,7 +61,8 @@
61 </div> 61 </div>
62 <div class="submit_button"> 62 <div class="submit_button">
63 <el-button @click="$popupCacel">取消</el-button> 63 <el-button @click="$popupCacel">取消</el-button>
64 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 64 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
65 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
65 </div> 66 </div>
66 </div> 67 </div>
67 </template> 68 </template>
...@@ -138,6 +139,7 @@ ...@@ -138,6 +139,7 @@
138 that.$refs.table.clearSelection() 139 that.$refs.table.clearSelection()
139 } 140 }
140 store.dispatch('user/reMenuRefresh', true) 141 store.dispatch('user/reMenuRefresh', true)
142 that.queryClick()
141 that.$message({ 143 that.$message({
142 showClose: true, 144 showClose: true,
143 message: '添加成功', 145 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:13:02 4 * @LastEditTime: 2024-02-02 15:54:00
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
46 </div> 46 </div>
47 <div class="submit_button"> 47 <div class="submit_button">
48 <el-button @click="$popupCacel">取消</el-button> 48 <el-button @click="$popupCacel">取消</el-button>
49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
50 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
50 </div> 51 </div>
51 </div> 52 </div>
52 </template> 53 </template>
...@@ -122,6 +123,7 @@ ...@@ -122,6 +123,7 @@
122 that.$refs.table.clearSelection() 123 that.$refs.table.clearSelection()
123 } 124 }
124 store.dispatch('user/reMenuRefresh', true) 125 store.dispatch('user/reMenuRefresh', true)
126 that.queryClick()
125 that.$message({ 127 that.$message({
126 showClose: true, 128 showClose: true,
127 message: '添加成功', 129 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:13:24 4 * @LastEditTime: 2024-02-02 15:56:40
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -47,7 +47,8 @@ ...@@ -47,7 +47,8 @@
47 </div> 47 </div>
48 <div class="submit_button"> 48 <div class="submit_button">
49 <el-button @click="$popupCacel">取消</el-button> 49 <el-button @click="$popupCacel">取消</el-button>
50 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 50 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
51 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
51 </div> 52 </div>
52 </div> 53 </div>
53 </template> 54 </template>
...@@ -123,6 +124,7 @@ ...@@ -123,6 +124,7 @@
123 that.$refs.table.clearSelection() 124 that.$refs.table.clearSelection()
124 } 125 }
125 store.dispatch('user/reMenuRefresh', true) 126 store.dispatch('user/reMenuRefresh', true)
127 that.queryClick()
126 that.$message({ 128 that.$message({
127 showClose: true, 129 showClose: true,
128 message: '添加成功', 130 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:14:33 4 * @LastEditTime: 2024-02-02 15:57:27
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
46 </div> 46 </div>
47 <div class="submit_button"> 47 <div class="submit_button">
48 <el-button @click="$popupCacel">取消</el-button> 48 <el-button @click="$popupCacel">取消</el-button>
49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
50 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
50 </div> 51 </div>
51 </div> 52 </div>
52 </template> 53 </template>
...@@ -122,6 +123,7 @@ ...@@ -122,6 +123,7 @@
122 that.$refs.table.clearSelection() 123 that.$refs.table.clearSelection()
123 } 124 }
124 store.dispatch('user/reMenuRefresh', true) 125 store.dispatch('user/reMenuRefresh', true)
126 that.queryClick()
125 that.$message({ 127 that.$message({
126 showClose: true, 128 showClose: true,
127 message: '添加成功', 129 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:15:38 4 * @LastEditTime: 2024-02-02 15:58:28
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
59 </div> 59 </div>
60 <div class="submit_button"> 60 <div class="submit_button">
61 <el-button @click="$popupCacel">取消</el-button> 61 <el-button @click="$popupCacel">取消</el-button>
62 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 62 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
63 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
63 </div> 64 </div>
64 </div> 65 </div>
65 </template> 66 </template>
...@@ -158,6 +159,7 @@ ...@@ -158,6 +159,7 @@
158 that.$refs.table.clearSelection() 159 that.$refs.table.clearSelection()
159 } 160 }
160 store.dispatch('user/reMenuRefresh', true) 161 store.dispatch('user/reMenuRefresh', true)
162 that.queryClick()
161 that.$message({ 163 that.$message({
162 showClose: true, 164 showClose: true,
163 message: '添加成功', 165 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 14:05:14 4 * @LastEditTime: 2024-02-02 15:59:34
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -59,7 +59,8 @@ ...@@ -59,7 +59,8 @@
59 </div> 59 </div>
60 <div class="submit_button"> 60 <div class="submit_button">
61 <el-button @click="$popupCacel">取消</el-button> 61 <el-button @click="$popupCacel">取消</el-button>
62 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 62 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
63 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
63 </div> 64 </div>
64 </div> 65 </div>
65 </template> 66 </template>
...@@ -135,6 +136,7 @@ ...@@ -135,6 +136,7 @@
135 that.$refs.table.clearSelection() 136 that.$refs.table.clearSelection()
136 } 137 }
137 store.dispatch('user/reMenuRefresh', true) 138 store.dispatch('user/reMenuRefresh', true)
139 that.queryClick()
138 that.$message({ 140 that.$message({
139 showClose: true, 141 showClose: true,
140 message: '添加成功', 142 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:20:18 4 * @LastEditTime: 2024-02-02 16:00:45
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 主体权利信息查询 --> 7 <!-- 主体权利信息查询 -->
...@@ -46,7 +46,8 @@ ...@@ -46,7 +46,8 @@
46 </div> 46 </div>
47 <div class="submit_button" style="text-align:center"> 47 <div class="submit_button" style="text-align:center">
48 <el-button @click="close">取消</el-button> 48 <el-button @click="close">取消</el-button>
49 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 49 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
50 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
50 </div> 51 </div>
51 </div> 52 </div>
52 </template> 53 </template>
...@@ -127,6 +128,7 @@ ...@@ -127,6 +128,7 @@
127 that.$refs.table.clearSelection() 128 that.$refs.table.clearSelection()
128 } 129 }
129 store.dispatch('user/reMenuRefresh', true) 130 store.dispatch('user/reMenuRefresh', true)
131 that.queryClick()
130 that.$message({ 132 that.$message({
131 showClose: true, 133 showClose: true,
132 message: '添加成功', 134 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:20:35 4 * @LastEditTime: 2024-02-02 16:02:10
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
52 </div> 52 </div>
53 <div class="submit_button"> 53 <div class="submit_button">
54 <el-button @click="$popupCacel">取消</el-button> 54 <el-button @click="$popupCacel">取消</el-button>
55 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 55 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
56 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
56 </div> 57 </div>
57 </div> 58 </div>
58 </template> 59 </template>
...@@ -152,6 +153,7 @@ ...@@ -152,6 +153,7 @@
152 that.$refs.table.clearSelection() 153 that.$refs.table.clearSelection()
153 } 154 }
154 store.dispatch('user/reMenuRefresh', true) 155 store.dispatch('user/reMenuRefresh', true)
156 that.queryClick()
155 that.$message({ 157 that.$message({
156 showClose: true, 158 showClose: true,
157 message: '添加成功', 159 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:21:39 4 * @LastEditTime: 2024-02-02 16:03:15
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
52 </div> 52 </div>
53 <div class="submit_button"> 53 <div class="submit_button">
54 <el-button @click="$popupCacel">取消</el-button> 54 <el-button @click="$popupCacel">取消</el-button>
55 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 55 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
56 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
56 </div> 57 </div>
57 </div> 58 </div>
58 </template> 59 </template>
...@@ -153,6 +154,7 @@ ...@@ -153,6 +154,7 @@
153 that.$refs.table.clearSelection() 154 that.$refs.table.clearSelection()
154 } 155 }
155 store.dispatch('user/reMenuRefresh', true) 156 store.dispatch('user/reMenuRefresh', true)
157 that.queryClick()
156 that.$message({ 158 that.$message({
157 showClose: true, 159 showClose: true,
158 message: '添加成功', 160 message: '添加成功',
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-02-01 16:26:28 4 * @LastEditTime: 2024-02-02 16:04:37
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -119,7 +119,8 @@ ...@@ -119,7 +119,8 @@
119 </div> 119 </div>
120 <div class="submit_button"> 120 <div class="submit_button">
121 <el-button @click="$popupCacel">取消</el-button> 121 <el-button @click="$popupCacel">取消</el-button>
122 <el-button type="primary" plain @click="submitForm" :loading="loading">发起申请</el-button> 122 <el-button type="primary" plain @click="submitForm" :loading="loading" v-if="sqywInfo.isworkFrame">添加单元</el-button>
123 <el-button type="primary" plain @click="submitForm" :loading="loading" v-else>发起申请</el-button>
123 </div> 124 </div>
124 </div> 125 </div>
125 </div> 126 </div>
...@@ -283,6 +284,7 @@ ...@@ -283,6 +284,7 @@
283 that.$refs.table.clearSelection() 284 that.$refs.table.clearSelection()
284 } 285 }
285 store.dispatch('user/reMenuRefresh', true) 286 store.dispatch('user/reMenuRefresh', true)
287 that.queryClick()
286 that.$message({ 288 that.$message({
287 showClose: true, 289 showClose: true,
288 message: '添加成功', 290 message: '添加成功',
......