Commit fb8a796a by wangweidong

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

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