0de0537f by 任超

style;审批意见模块加载功能的完善

1 parent aa9865bc
......@@ -3,7 +3,7 @@
作者:calliope
-->
<template>
<div class='spyj'>
<div class='spyj loadingtext'>
<b class="spyj_title">审批表</b>
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="120px">
<div class="spyj_form" v-for="(item, index) in tableData" :key="index">
......@@ -77,7 +77,7 @@ export default {
commonDialog: false
}
},
created () {
mounted () {
this.propsParam = this.$attrs;
if (this.$route.query.viewtype) {
this.ableOperation = false
......@@ -135,6 +135,7 @@ export default {
.spyj {
margin-left: 5px;
height: 400px;
.spyj_title {
text-align: center;
......
......@@ -241,7 +241,6 @@ export default {
this.djlxList.forEach(item => {
item.cselect = false
})
console.log(item);
if (item.sffqlc == 1) {
this.djywbm = item.djywbm
this.bsmSqyw = item.bsmSqyw
......