feat: There is no way the,#56483
This commit is contained in:
@@ -382,7 +382,7 @@
|
||||
import ProcessHeader from '../../components/ProcessHeader'
|
||||
import ProcessFooter from '../../components/ProcessFooter'
|
||||
import ProcessTitle from '../../components/ProcessTitle'
|
||||
import {saveTaskFirst, taskDel} from 'api/process'
|
||||
import {saveTaskFirst, taskDel,queryTaskFirst} from 'api/process'
|
||||
|
||||
export default {
|
||||
name: "bzzqyjStep1",
|
||||
@@ -498,6 +498,9 @@ export default {
|
||||
ProcessTitle
|
||||
},
|
||||
mounted() {
|
||||
if(this.$route.query.bpnId){
|
||||
this.getTaskId()
|
||||
}
|
||||
this.$http.get('lawss/sarStandAttrDetails/getListData', '', {
|
||||
_this: this
|
||||
}, res => {
|
||||
@@ -516,6 +519,16 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
getTaskId() {
|
||||
queryTaskFirst({
|
||||
bpnId: this.$route.query.bpnId
|
||||
}).then(res => {
|
||||
let mes = JSON.parse(res.mes)
|
||||
this.form = JSON.parse(JSON.stringify(mes.form))
|
||||
this.roleForm = mes.roleForm
|
||||
this.commentText = mes.commentText
|
||||
})
|
||||
},
|
||||
filesUpload (file) { // 下载
|
||||
const attId = file.attId
|
||||
if (attId) {
|
||||
|
||||
Reference in New Issue
Block a user