Commit 2bd37f80 by lichengming

修改了检测管理样品管理页面

parent c8f33e4e
......@@ -365,7 +365,7 @@ export default {
})
},
_editModal(id, type, name) {
this.$refs.sampleManageModal._open(id, type, name)
this.$refs.sampleManageModal._open(id, type, '数据录入')
},
_editModals(res, data) {
if (res === '登记协议') {
......
......@@ -365,8 +365,8 @@ export default {
}
})
},
_editModal(id, type, name) {
this.$refs.sampleManageModal._open(id, type, name)
_editModal(id, type) {
this.$refs.sampleManageModal._open(id, type, '按委托分配')
},
_editModals(res, data) {
if (res === '登记协议') {
......
......@@ -17,7 +17,7 @@
<script>
import ReceiveByEntrust from './AllotByEntrust'
import ReceiveBySample from './ReceiveBySample'
import ReceiveBySample from './AllotBySample'
export default {
name: 'MeterSummaryEntrustIndex',
......
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