Commit fc22bba0 by lichengming
parents efb29369 276fdefa
...@@ -182,14 +182,10 @@ export default { ...@@ -182,14 +182,10 @@ export default {
title: '提示', title: '提示',
content: '确定要把这 ' + ids.length + ' 条记录提交到' + cont + '?', content: '确定要把这 ' + ids.length + ' 条记录提交到' + cont + '?',
onOk: () => { onOk: () => {
// this.$store.dispatch(url, { ids: ids.join(',') }).then(() => {
// this._resultChange('提交成功')
const result = meterEntrust.submit(ids) const result = meterEntrust.submit(ids)
if (result) { if (result) {
this._resultChange('提交成功') this._resultChange('提交成功')
console.log(result)
} }
// })
} }
}) })
} }
......
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