技术标准-批准-回显意见信息
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', height: '48px'}"
|
||||
row-key="id"
|
||||
:data="form.infoList"
|
||||
:data="modelData"
|
||||
border
|
||||
default-expand-all>
|
||||
<el-table-column
|
||||
@@ -503,6 +503,9 @@ export default {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
modelData: {
|
||||
type: Array
|
||||
}
|
||||
},
|
||||
filters: {
|
||||
ellipsis (value) {
|
||||
@@ -611,7 +614,7 @@ export default {
|
||||
|
||||
},
|
||||
exportAll() {
|
||||
const arr = JSON.stringify(this.form.infoList)
|
||||
const arr = JSON.stringify(this.modelData)
|
||||
axios({
|
||||
method: 'post',
|
||||
url: 'api/lawss/actSarItemsBuss/exportAllBZZXDJSBZ',
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<formList
|
||||
:form = "form"
|
||||
:FBGBUSSFileList = "FBGBUSSFileList"
|
||||
:modelData="modelData"
|
||||
:LSBBBUSSFileList = "LSBBBUSSFileList"
|
||||
:BZSMBUSSFileList = "BZSMBUSSFileList"
|
||||
:QTWJBUSSFileList = "QTWJBUSSFileList"
|
||||
@@ -2245,7 +2246,7 @@
|
||||
},
|
||||
getData() {
|
||||
if(this.taskIds && this.pId){
|
||||
return new Promise((resolve, reject) => {
|
||||
// return new Promise((resolve, reject) => {
|
||||
inboundLiaisonDetail({
|
||||
taskIds: this.taskIds,
|
||||
pId: this.pId
|
||||
@@ -2266,10 +2267,14 @@
|
||||
this.QTWJBUSSFileList=this.assemble(processForm.QTWJBUSS,processForm.QTWJBUSSName);
|
||||
this.GLWJBUSSFileList=this.assemble(processForm.GLWJBUSS,processForm.GLWJBUSSName);
|
||||
this.summaryFileList=this.assemble(processForm.summaryFile,processForm.summaryFileName);
|
||||
this.$nextTick(()=>{
|
||||
this.form.modelData = processForm.modelData
|
||||
this.modelData = processForm.modelData
|
||||
})
|
||||
}
|
||||
}).catch(e => {
|
||||
})
|
||||
})
|
||||
// })
|
||||
}
|
||||
},
|
||||
processTable () {
|
||||
@@ -2325,7 +2330,7 @@
|
||||
})
|
||||
},
|
||||
},
|
||||
mounted () {
|
||||
created () {
|
||||
this.getData()
|
||||
this.processTable()
|
||||
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||
|
||||
Reference in New Issue
Block a user