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