Commit fb8a796a by wangweidong

Merge remote-tracking branch 'origin/dev' into dev

parents 45e2d73c 106cfbf1
......@@ -166,6 +166,9 @@ export default {
this.currentComponent = componentName
this.$nextTick(function() {
switch (msg) {
case '追加样品':
this._addSample(this.formObj.entrustId)
break
case '取消分包':
this._subpackageCancelBtn()
break
......@@ -193,7 +196,6 @@ export default {
}
})
},
_addSample(entrustId) {
this.$refs.meterSampleEditModal._open(entrustId)
},
......
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