der提交加参数

This commit is contained in:
qq787203167
2022-05-20 14:27:36 +08:00
parent 9e8a9c0c2c
commit f55adecded
4 changed files with 33 additions and 8 deletions
@@ -53,7 +53,7 @@
{{$t('edit')}}
</a>
<a class="text"
v-if="$route.query.TaskKey == 'zrrclrw'"
v-if="$route.query.TaskKey == 'zrrclrw' && result.status"
:disabled="!result.status"
@click="confirm(result)">
<span v-if="result.status == 'NotDone'">
@@ -607,6 +607,7 @@
this.dataSourceTable.forEach(val => {
this.distributionEngineerList.push({
name: val.userName,
id:val.id,
userId: val.userId,
deliveryInstructions: val.deliveryInstructions
})