【修改】 修改bug
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="9" style="margin-left: 5px">
|
||||
<el-button size="medium" type="primary" @click="handleCheck('spr1')">选取</el-button>
|
||||
<el-button size="medium" type="primary" class="checkBtn" @click="handleCheck('spr1')">选取</el-button>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
||||
@@ -138,7 +138,6 @@ export default {
|
||||
this.$set(this.assignForm,'oneApproveName',submitJson.oneApproveName)
|
||||
}
|
||||
this.$nextTick(()=>{
|
||||
this.$refs.processFormRef.clearValidate()
|
||||
this.$refs.assignFormRef.clearValidate()
|
||||
})
|
||||
})
|
||||
@@ -345,6 +344,8 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.checkBtn {
|
||||
padding: 11px 20px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user