Commit aa6c1257 authored by youjie's avatar youjie

no message

parent b0c85efd
...@@ -411,10 +411,10 @@ export default { ...@@ -411,10 +411,10 @@ export default {
}) })
return return
} }
if(x.Rate==''){ if(x.Rate<0){
this.$q.notify({ this.$q.notify({
type: 'negative', type: 'negative',
message: `请输入提成比例`, message: `请输入不小于0的提成比例`,
position: 'top' position: 'top'
}) })
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