归档位置

This commit is contained in:
shenyanpei
2022-01-24 18:00:46 +08:00
parent b8c15a8555
commit fa96edf2cf
@@ -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'