diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue
index 0438060c1..7cd835e05 100644
--- a/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formEditListFb.vue
@@ -93,10 +93,11 @@
@@ -685,7 +686,11 @@ export default {
ProcessTitle,
},
props: {
- formSub: {
+ // formSub: {
+ // type: Object,
+ // required: true
+ // },
+ form: {
type: Object,
required: true
},
@@ -1082,9 +1087,13 @@ export default {
},
reveseStatusChange(val){
this.$emit('reveseStatusChange',val)
+ },
+ standNumChange (val) {
+ this.$emit('standNumChange',val)
}
},
mounted () {
+ /*
if(this.formSub && this.formSub.standSort && this.formSub.standSort !== ''){
this.getDataAsync()
this.form = this.formSub
@@ -1097,6 +1106,17 @@ export default {
this.summaryFileList= this.summaryFileListSub
this.madelSubList= this.madelSubListSub
}
+ */
+ if(this.form && this.form.standSort && this.form.standSort !== ''){
+ this.getDataAsync()
+ this.FBGBUSSFileList= this.FBGBUSSFileListSub
+ this.BZSMBUSSFileList= this.BZSMBUSSFileListSub
+ this.LSBBBUSSFileList= this.LSBBBUSSFileListSub
+ this.QTWJBUSSFileList= this.QTWJBUSSFileListSub
+ this.GLWJBUSSFileList= this.GLWJBUSSFileListSub
+ this.summaryFileList= this.summaryFileListSub
+ this.madelSubList= this.madelSubListSub
+ }
},
watch: {
form: {
@@ -1126,11 +1146,11 @@ export default {
// this.$emit('reveseStatusChange',val)
// }
// }
- 'form.standNum': {
- handler: function(val){
- this.$emit('standNumChange',val)
- }
- }
+ // 'form.standNum': {
+ // handler: function(val){
+ // this.$emit('standNumChange',val)
+ // }
+ // }
}
}
diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue
index f5f822be6..10e8e9782 100644
--- a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue
+++ b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue
@@ -20,7 +20,7 @@