Merge branch 'dev'
Showing
1 changed file
with
5 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-19 10:17:20 | 4 | * @LastEditTime: 2023-10-08 15:08:19 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="clmlmx-box"> | 7 | <div class="clmlmx-box"> |
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
9 | :pagination="false" :data="tableData"> | 9 | :pagination="false" :data="tableData"> |
10 | </lb-table> | 10 | </lb-table> |
11 | <div class="text-center"> | 11 | <div class="text-center"> |
12 | <el-button @click="$popupCacel">取消</el-button> | 12 | <el-button @click="handleCancel">取消</el-button> |
13 | <el-button type="primary" @click="handleSubmit" v-if="formData.ableOperation && tableData.length>0" :loading="loading">保存</el-button> | 13 | <el-button type="primary" @click="handleSubmit" v-if="formData.ableOperation && tableData.length>0" :loading="loading">保存</el-button> |
14 | </div> | 14 | </div> |
15 | </div> | 15 | </div> |
... | @@ -180,6 +180,9 @@ | ... | @@ -180,6 +180,9 @@ |
180 | } | 180 | } |
181 | }, | 181 | }, |
182 | methods: { | 182 | methods: { |
183 | handleCancel () { | ||
184 | ywPopupCacel() | ||
185 | }, | ||
183 | handleSubmit () { | 186 | handleSubmit () { |
184 | this.loading = true | 187 | this.loading = true |
185 | store.dispatch('user/reWorkFresh', false) | 188 | store.dispatch('user/reWorkFresh', false) | ... | ... |
-
Please register or sign in to post a comment