0484b558 by renchao@pashanhoo.com

style:受理申请

1 parent ba2e8cb3
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-20 09:30:11 4 * @LastEditTime: 2023-07-21 14:16:07
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
208 import { Init, saveData } from "@/api/workflow/fwsyqFlow.js"; 208 import { Init, saveData } from "@/api/workflow/fwsyqFlow.js";
209 import { mapGetters } from "vuex"; 209 import { mapGetters } from "vuex";
210 export default { 210 export default {
211 async created () { 211 mounted () {
212 this.ableOperation = this.$parent.currentSelectTab.ableOperation 212 this.ableOperation = this.$parent.currentSelectTab.ableOperation
213 this.propsParam = this.$attrs; 213 this.propsParam = this.$attrs;
214 var formdata = new FormData(); 214 var formdata = new FormData();
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-20 16:12:16 4 * @LastEditTime: 2023-07-21 14:16:25
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
154 import { BatchInit, Init, saveBatchData, saveData } from "@/api/workflow/fwsyqFlow.js"; 154 import { BatchInit, Init, saveBatchData, saveData } from "@/api/workflow/fwsyqFlow.js";
155 import { mapGetters } from "vuex"; 155 import { mapGetters } from "vuex";
156 export default { 156 export default {
157 created (callbackfn, thisArg) { 157 mounted (callbackfn, thisArg) {
158 this.ableOperation = this.$parent.currentSelectTab.ableOperation 158 this.ableOperation = this.$parent.currentSelectTab.ableOperation
159 this.propsParam = this.$attrs; 159 this.propsParam = this.$attrs;
160 var formdata = new FormData(); 160 var formdata = new FormData();
...@@ -167,12 +167,11 @@ ...@@ -167,12 +167,11 @@
167 this.ruleForm = res.result; 167 this.ruleForm = res.result;
168 this.splicingFdcq2Info(); 168 this.splicingFdcq2Info();
169 } 169 }
170 }); 170 })
171
172 }, 171 },
173 components: { qlrCommonTable }, 172 components: { qlrCommonTable },
174 computed: { 173 computed: {
175 ...mapGetters(["dictData", "flag"]), 174 ...mapGetters(["dictData", "flag"])
176 }, 175 },
177 data () { 176 data () {
178 return { 177 return {
......
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
191 import { Init } from "@/api/workflow/fwsyqFlow.js"; 191 import { Init } from "@/api/workflow/fwsyqFlow.js";
192 import { mapGetters } from "vuex"; 192 import { mapGetters } from "vuex";
193 export default { 193 export default {
194 async created () { 194 mounted () {
195 this.ableOperation = this.$parent.currentSelectTab.ableOperation 195 this.ableOperation = this.$parent.currentSelectTab.ableOperation
196 this.propsParam = this.$attrs; 196 this.propsParam = this.$attrs;
197 var formdata = new FormData(); 197 var formdata = new FormData();
......