Commit 5c4731ac authored by 张海景's avatar 张海景

update:修改工装夹具伸出单唯一标识

parent 75029b0f
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
>{{ "" }}</el-radio >{{ "" }}</el-radio
> --> > -->
<!-- 可以手动的修改label的值,从而控制选择哪一项 --> <!-- 可以手动的修改label的值,从而控制选择哪一项 -->
<el-radio class="radio" v-model="selectedItemId" :label="scope.row.taskId" <el-radio class="radio" v-model="selectedItemId" :label="scope.row.taskWorkunitId"
>{{ "" }}</el-radio >{{ "" }}</el-radio
> >
</template> </template>
...@@ -276,7 +276,7 @@ export default { ...@@ -276,7 +276,7 @@ export default {
handleRowChange(row) { handleRowChange(row) {
if (row) { if (row) {
this.selectedRows = row; this.selectedRows = row;
this.selectedItemId = row.taskId this.selectedItemId = row.taskWorkunitId
} }
}, },
//确定选中 //确定选中
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment