Commit 9beb9f4a authored by renjintao's avatar renjintao

mesplan/index

parent 7455d88e
...@@ -16,9 +16,9 @@ ...@@ -16,9 +16,9 @@
</Sider> </Sider>
<Content class="content"> <Content class="content">
<DataGrid <DataGrid
:action="action"
:columns="columns" :columns="columns"
ref="grid" ref="grid"
:data="listTemp"
@on-selection-change="onSelect" @on-selection-change="onSelect"
:batch="true" :batch="true"
:border="false" :border="false"
...@@ -709,7 +709,7 @@ export default { ...@@ -709,7 +709,7 @@ export default {
sendList: [], sendList: [],
metCodesStrTxt: "", metCodesStrTxt: "",
actIds: [], //批量处理时ids actIds: [], //批量处理时ids
actMescodes:[], actMescodes: []
}; };
}, },
created() { created() {
......
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