政务端待办任务跳转

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

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

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

Loading…
Cancel
Save