Commit 66f2c4a6 by lichengming

修改了送检管理检测数据录入在线编制证书

parent b665f9e1
......@@ -168,10 +168,14 @@ export default {
this._edit({ id: id, obj: { orderBy: value } })
},
_tableResultChange(msg, data) {
console.log(msg)
switch (msg) {
case 'page':
this._page()
break
case 'changeSize':
this._page()
break
case 'selectData':
this.selectData = data
break
......
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