commit
This commit is contained in:
@@ -236,6 +236,7 @@
|
|||||||
json.commentText = this.commentText
|
json.commentText = this.commentText
|
||||||
json.responUserList = this.form.responUserList
|
json.responUserList = this.form.responUserList
|
||||||
json.responUserListName = this.form.responUserListName
|
json.responUserListName = this.form.responUserListName
|
||||||
|
json.introduce = false
|
||||||
this.$http.post('lawss/activiti/completeTask', {
|
this.$http.post('lawss/activiti/completeTask', {
|
||||||
json: JSON.stringify(json),
|
json: JSON.stringify(json),
|
||||||
taskId: this.taskIds,
|
taskId: this.taskIds,
|
||||||
|
|||||||
@@ -357,6 +357,7 @@
|
|||||||
json.commentText = this.commentText
|
json.commentText = this.commentText
|
||||||
json.info = this.data
|
json.info = this.data
|
||||||
json.department = this.$store.getters.userInfo.orgName
|
json.department = this.$store.getters.userInfo.orgName
|
||||||
|
json.introduce = true
|
||||||
this.$http.post('lawss/activiti/completeTask', {
|
this.$http.post('lawss/activiti/completeTask', {
|
||||||
json: JSON.stringify(json),
|
json: JSON.stringify(json),
|
||||||
taskId: this.taskIds,
|
taskId: this.taskIds,
|
||||||
@@ -382,7 +383,17 @@
|
|||||||
this.form.endTime = data.endTime
|
this.form.endTime = data.endTime
|
||||||
this.form.cname = data.cname
|
this.form.cname = data.cname
|
||||||
this.json = data
|
this.json = data
|
||||||
this.data = data.info || []
|
if (data.introduce) {
|
||||||
|
this.data = data.info || []
|
||||||
|
} else {
|
||||||
|
this.$http.get('slrs/sar-public-idea-all/getPublicIdea', {
|
||||||
|
unique: data.uniques
|
||||||
|
}, {}, res => {
|
||||||
|
res.data.forEach(item => {
|
||||||
|
this.data.push(item)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -183,6 +183,7 @@
|
|||||||
},
|
},
|
||||||
standinfoList: [], // 详情列表
|
standinfoList: [], // 详情列表
|
||||||
form: {
|
form: {
|
||||||
|
ideaId: this.$route.query.item.id,
|
||||||
cid: this.$route.query.item.cid,
|
cid: this.$route.query.item.cid,
|
||||||
page: 1,
|
page: 1,
|
||||||
size: this.$store.getters.userInfo.configContent,
|
size: this.$store.getters.userInfo.configContent,
|
||||||
@@ -309,6 +310,7 @@
|
|||||||
if (valid) {
|
if (valid) {
|
||||||
var url = ''
|
var url = ''
|
||||||
var form = {
|
var form = {
|
||||||
|
ideaId: this.$route.query.item.id,
|
||||||
cid: this.$route.query.item.cid,
|
cid: this.$route.query.item.cid,
|
||||||
content: this.opinionContent.content,
|
content: this.opinionContent.content,
|
||||||
oldText: this.opinionContent.oldText,
|
oldText: this.opinionContent.oldText,
|
||||||
|
|||||||
Reference in New Issue
Block a user