09797a45 by 田浩浩

修改受理申请对应的功能

1 parent 04b94314
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 </el-col> 38 </el-col>
39 <el-col :span="8"> 39 <el-col :span="8">
40 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> 40 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:">
41 <el-input disabled v-model="ruleForm.djqxmc"></el-input> 41 <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input>
42 </el-form-item> 42 </el-form-item>
43 </el-col> 43 </el-col>
44 </el-row> 44 </el-row>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 </el-col> 38 </el-col>
39 <el-col :span="8"> 39 <el-col :span="8">
40 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:"> 40 <el-form-item :class="flag ? 'marginBot0' : ''" label="登记情形:">
41 <el-input disabled v-model="ruleForm.djqxmc"></el-input> 41 <el-input disabled v-model="ruleForm.slywxx.djqxmc"></el-input>
42 </el-form-item> 42 </el-form-item>
43 </el-col> 43 </el-col>
44 </el-row> 44 </el-row>
......
...@@ -67,6 +67,7 @@ export default { ...@@ -67,6 +67,7 @@ export default {
67 }, 67 },
68 mounted () { 68 mounted () {
69 sendThis(this); 69 sendThis(this);
70 console.log(Cookies.get("bsmSqyw")) ;
70 }, 71 },
71 methods: { 72 methods: {
72 closeDialog () { 73 closeDialog () {
......
...@@ -127,7 +127,7 @@ export default { ...@@ -127,7 +127,7 @@ export default {
127 })) 127 }))
128 if (item.sffqlc == '1') { 128 if (item.sffqlc == '1') {
129 this.btnDisabled = false 129 this.btnDisabled = false
130 Cookies.set("bsmSqyw", item.parentid) 130 Cookies.set("bsmSqyw", item.bsmSqyw)
131 this.djywbm = item.djywbm 131 this.djywbm = item.djywbm
132 } 132 }
133 }, 133 },
......