0de0537f by 任超

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

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