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