style:善证
Showing
3 changed files
with
10 additions
and
10 deletions
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | </el-form> | 19 | </el-form> |
20 | <img :src="previewImage" style="width: 100%"> | 20 | <img :src="previewImage" style="width: 100%"> |
21 | </div> | 21 | </div> |
22 | <div class="text-center paddingtop10"> | 22 | <div class="text-center pt-10"> |
23 | <el-button @click="$popupCacel">取消</el-button> | 23 | <el-button @click="$popupCacel">取消</el-button> |
24 | <el-button type="primary" @click="handleSubmit">确定</el-button> | 24 | <el-button type="primary" @click="handleSubmit">确定</el-button> |
25 | </div> | 25 | </div> |
... | @@ -62,6 +62,7 @@ | ... | @@ -62,6 +62,7 @@ |
62 | } | 62 | } |
63 | }, | 63 | }, |
64 | created () { | 64 | created () { |
65 | store.dispatch('user/refreshPage', false) | ||
65 | this.columns = datas.columns() | 66 | this.columns = datas.columns() |
66 | this.ysxlhList() | 67 | this.ysxlhList() |
67 | this.getBdcqzPreview() | 68 | this.getBdcqzPreview() |
... | @@ -117,9 +118,6 @@ | ... | @@ -117,9 +118,6 @@ |
117 | height: 80vh; | 118 | height: 80vh; |
118 | overflow-y: scroll; | 119 | overflow-y: scroll; |
119 | } | 120 | } |
120 | .paddingtop10 { | ||
121 | padding-top: 10px; | ||
122 | } | ||
123 | .aaaa { | 121 | .aaaa { |
124 | width: 1024px; | 122 | width: 1024px; |
125 | height: 739px; | 123 | height: 739px; | ... | ... |
... | @@ -58,9 +58,9 @@ | ... | @@ -58,9 +58,9 @@ |
58 | </div> | 58 | </div> |
59 | <div class="invalid-reson">作废原因:</div> | 59 | <div class="invalid-reson">作废原因:</div> |
60 | <el-input v-model="zfyy" placeholder="请输入作废原因" type="textarea" :rows="4"></el-input> | 60 | <el-input v-model="zfyy" placeholder="请输入作废原因" type="textarea" :rows="4"></el-input> |
61 | <div class="dialog-footer"> | 61 | <div class="text-center pt-10"> |
62 | <el-button @click="closeInvalidDiglog()">取 消</el-button> | 62 | <el-button @click="closeInvalidDiglog">取 消</el-button> |
63 | <el-button type="primary" @click="confirmInvalid()">确 定</el-button> | 63 | <el-button type="primary" @click="confirmInvalid">确 定</el-button> |
64 | </div> | 64 | </div> |
65 | </div> | 65 | </div> |
66 | </el-dialog> | 66 | </el-dialog> |
... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
69 | </template> | 69 | </template> |
70 | <script> | 70 | <script> |
71 | import { mapGetters } from 'vuex' | 71 | import { mapGetters } from 'vuex' |
72 | import { getSlsqBdcqzList, invalidCertificate, getSzRecordList } from "@/api/bdcqz.js"; | 72 | import { getSlsqBdcqzList, invalidCertificate } from "@/api/bdcqz.js"; |
73 | export default { | 73 | export default { |
74 | props: {}, | 74 | props: {}, |
75 | data () { | 75 | data () { |
... | @@ -137,6 +137,7 @@ | ... | @@ -137,6 +137,7 @@ |
137 | this.list(); | 137 | this.list(); |
138 | this.$message.success("作废成功"); | 138 | this.$message.success("作废成功"); |
139 | this.invalidDiglog = false; | 139 | this.invalidDiglog = false; |
140 | this.zfyy = '' | ||
140 | this.openZsylDialog(this.bdcqz); | 141 | this.openZsylDialog(this.bdcqz); |
141 | } else { | 142 | } else { |
142 | this.$message.error(res.message); | 143 | this.$message.error(res.message); |
... | @@ -151,7 +152,6 @@ | ... | @@ -151,7 +152,6 @@ |
151 | </script> | 152 | </script> |
152 | <style scoped lang='scss'> | 153 | <style scoped lang='scss'> |
153 | @import "~@/styles/public.scss"; | 154 | @import "~@/styles/public.scss"; |
154 | |||
155 | .szxx { | 155 | .szxx { |
156 | box-sizing: border-box; | 156 | box-sizing: border-box; |
157 | padding-right: 15px; | 157 | padding-right: 15px; | ... | ... |
-
Please register or sign in to post a comment