政务端待办任务跳转

des
吕天方 5 months ago
parent 9bd8a27b0c
commit 567b9d3906

@ -725,6 +725,15 @@ export default {
</script>
<style lang="scss" scoped>
::v-deep .el-form {
.el-form-item__content {
.el-upload-list {
.el-upload-list__item{
transition: none !important;
}
}
}
}
ul,
li {
list-style: none;

@ -144,13 +144,12 @@ export default {
this.pagination = { ...this.pagination,...this.formInline };
this.getList();
},
//
//
enterpriseInfo(row){
if(row.isRead == 1) {
changeIsRead({id:row.id}).then(res=>{
this.getList();
})
}
this.$router.push({
name: 'PendingReview',
params: { approvalStatusStr: "0" }
})
},
// table
tableRowClassName({row, rowIndex}){

Loading…
Cancel
Save