相关方app端编辑信息bug修复

liujun0708-动火作业流程图逻辑修改
liujun 2024-06-06 17:33:05 +08:00
parent 3aac7c988f
commit 7e669c0eab
2 changed files with 38 additions and 39 deletions

View File

@ -223,9 +223,9 @@ export default {
dialogImageUrl: '', dialogImageUrl: '',
dialogVisible: false, dialogVisible: false,
dialogSelect: false, dialogSelect: false,
outsourcedListVisible: false,// outsourcedListVisible: false, //
controlRowTemp: null,// row controlRowTemp: null, // row
outsourcedList: [],// outsourcedList: [], //
add: true, add: true,
del: true, del: true,
edit: true, edit: true,
@ -783,13 +783,13 @@ export default {
this.$parent.OUTSOURCED_ID = '' this.$parent.OUTSOURCED_ID = ''
}, },
// //
async getOutsourced (row){ async getOutsourced(row) {
this.listLoading = true this.listLoading = true
this.outsourcedListVisible = true this.outsourcedListVisible = true
this.controlRowTemp = row this.controlRowTemp = row
this.outsourcedList = [] this.outsourcedList = []
requestFN( requestFN(
`/videoResources/getRelevanceOutsourced?VIDEO_ID=${row.VIDEO_RESOURCES_ID?row.VIDEO_RESOURCES_ID:row.PLATFORMVIDEOMANAGEMENT_ID}`, `/videoResources/getRelevanceOutsourced?VIDEO_ID=${row.VIDEO_RESOURCES_ID ? row.VIDEO_RESOURCES_ID : row.PLATFORMVIDEOMANAGEMENT_ID}`,
{ {
} }
@ -799,7 +799,6 @@ export default {
}).catch((e) => { }).catch((e) => {
this.listLoading = false this.listLoading = false
}) })
}, },
async untie(id) { async untie(id) {
this.$confirm('确定要删除吗?', { this.$confirm('确定要删除吗?', {
@ -826,7 +825,7 @@ export default {
}) })
}).catch(() => { }).catch(() => {
}) })
}, }
} }
} }

View File

@ -2356,7 +2356,7 @@ export default {
_this.onePerLocArr[index].x = x _this.onePerLocArr[index].x = x
_this.onePerLocArr[index].y = y _this.onePerLocArr[index].y = y
_this.onePerLocArr[index].icon_type = 'img4_0' + pointColor _this.onePerLocArr[index].icon_type = 'img4_0' + pointColor
ry_drag.getPosition(this.onePerLocArr[index]) ry_drag.getPosition(_this.onePerLocArr[index])
} else { } else {
const perLoc = { const perLoc = {
id: item.id, id: item.id,