Commit fb8929b0 authored by 张海景's avatar 张海景

update:修改工作单元的唯一标识

parent d5b050cf
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</u-form-item> </u-form-item>
</u-form> </u-form>
</view> </view>
<zb-table ref="zbTable" rowKey="workunitCode" <zb-table ref="zbTable" rowKey="workunitId"
:columns="tableColumn" :data="tableData" :stripe="true" :columns="tableColumn" :data="tableData" :stripe="true"
@toggleRowSelection="toggleRowSelection"> @toggleRowSelection="toggleRowSelection">
</zb-table> </zb-table>
......
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