Commit 738ef684 by lichengming

修改了委托单登记按钮名字

parent 5f8db9fc
...@@ -90,12 +90,12 @@ export default { ...@@ -90,12 +90,12 @@ export default {
{ {
type: 'success', type: 'success',
id: '', id: '',
name: '添加' name: '手动添加'
}, },
{ {
type: 'success', type: 'success',
id: '', id: '',
name: '试验委托单导入' name: '自动导入'
}, },
{ {
type: 'success', type: 'success',
...@@ -188,10 +188,10 @@ export default { ...@@ -188,10 +188,10 @@ export default {
this.currentComponent = componentName this.currentComponent = componentName
this.$nextTick(function() { this.$nextTick(function() {
switch (msg) { switch (msg) {
case '试验委托单导入': case '自动导入':
this._import() this._import()
break break
case '添加': case '手动添加':
this._editModal(false) this._editModal(false)
break break
case '提交至评审': case '提交至评审':
......
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