归档位置
This commit is contained in:
@@ -1225,6 +1225,7 @@ export default {
|
||||
if (this.form.zrgcs.length === 0) {
|
||||
this.form.zrgcs = ''
|
||||
}
|
||||
this.form.menusId = this.form.treeListId
|
||||
const json = JSON.stringify(this.form);
|
||||
this.$http.post('lawss/activiti/completeTask', {
|
||||
taskIds: this.taskIds,
|
||||
@@ -1260,17 +1261,13 @@ export default {
|
||||
processCreateStand(_formData).then(res => {
|
||||
if (res.result === '操作成功' || res.data === '入库成功') {
|
||||
this.$message.success(res.data)
|
||||
let menuList = {
|
||||
idlist: [this.form.standId],
|
||||
menuIds: this.form.treeListId
|
||||
}
|
||||
this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenuForFlow', menuList, {
|
||||
/*this.$http.postData('sarStandardsInfo/sar-standards-info/saveStandardsMenuForFlow', menuList, {
|
||||
_this: this,
|
||||
}, resMenu => {
|
||||
if (resMenu.ok) {
|
||||
console.log(resMenu)
|
||||
}
|
||||
})
|
||||
})*/
|
||||
setTimeout(() => {
|
||||
this.$router.push({
|
||||
name: 'ProcessCenter'
|
||||
|
||||
Reference in New Issue
Block a user