Commit 5ea45319 authored by 罗超's avatar 罗超

1

parent 429604d5
...@@ -173,6 +173,12 @@ ...@@ -173,6 +173,12 @@
label: "创建时间", label: "创建时间",
field: "CreateTimeStr", field: "CreateTimeStr",
align: "left" align: "left"
},
{
name: "CustomerName",
label: "所属同行",
field: "CustomerName",
align: "left"
} }
], ],
pageMsg: { pageMsg: {
...@@ -336,7 +342,7 @@ ...@@ -336,7 +342,7 @@
this.$q.notify({ this.$q.notify({
type: 'negative', type: 'negative',
position: "top", position: "top",
message: `负责人不一致,请重新选择` message: `所属同行不一致,请重新选择`
}) })
return return
} }
......
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