Commit 9aa9aa25 by lichengming
parents c7264f88 384254a8
...@@ -177,13 +177,9 @@ export default { ...@@ -177,13 +177,9 @@ export default {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.refModal._open(id, type, name) this.$refs.refModal._open(id, type, name)
}) })
// this.$refs.sampleManageModal._open(id, type, name)
}, },
_tableResultChange(msg, data) { _tableResultChange(msg, data) {
switch (msg) { switch (msg) {
case 'page':
this.getPage = this.$store.state.FoodContract.page
break
case 'selectIds': case 'selectIds':
this.selectIds = data this.selectIds = data
break break
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
<el-tab-pane label="历史记录" name="sample"></el-tab-pane> <el-tab-pane label="历史记录" name="sample"></el-tab-pane>
</el-tabs> </el-tabs>
<keep-alive> <keep-alive>
<!-- eslint-disable-next-line vue/require-component-is -->
<component ref="refModal" :is="currentComponent"></component> <component ref="refModal" :is="currentComponent"></component>
</keep-alive> </keep-alive>
</div> </div>
......
...@@ -601,16 +601,6 @@ export default { ...@@ -601,16 +601,6 @@ export default {
} else { } else {
const ids = id.join(',') const ids = id.join(',')
this.$refs.locationModal._open(ids) this.$refs.locationModal._open(ids)
// const tempData = {
// ids: this.selectIds.join(',')
// }
// this.$Modal.confirm({
// title: '提示',
// content: '确定要接收这 ' + this.selectIds.length + ' 条数据?',
// onOk: () => {
// console.log(tempData)
// }
// })
} }
}, },
_copyHisItem() { _copyHisItem() {
......
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