bug修复
This commit is contained in:
parent
b28279caf5
commit
5d4bdbca1f
|
|
@ -1134,6 +1134,7 @@ export default {
|
|||
.then((res) => {
|
||||
this.$modal.msgSuccess('审核通过')
|
||||
this.open = false
|
||||
this.openFour = false
|
||||
this.getList()
|
||||
})
|
||||
.catch(() => {})
|
||||
|
|
@ -1151,6 +1152,7 @@ export default {
|
|||
.then((res) => {
|
||||
this.$modal.msgSuccess('审核通过')
|
||||
this.open = false
|
||||
this.openFour = false
|
||||
this.getList()
|
||||
})
|
||||
.catch(() => {})
|
||||
|
|
|
|||
|
|
@ -302,7 +302,7 @@
|
|||
<!-- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button> -->
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-row :gutter="10" class="mb8" v-if="showHandle">
|
||||
<el-col :span="1.5">
|
||||
<el-button
|
||||
type="primary"
|
||||
|
|
@ -340,7 +340,7 @@
|
|||
@selection-change="handleSelectionChange"
|
||||
height="400"
|
||||
>
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column type="selection" width="55" align="center" :selectable="(row) => row.status == '进行中'"/>
|
||||
<el-table-column
|
||||
label="序号"
|
||||
align="center"
|
||||
|
|
|
|||
Loading…
Reference in New Issue