Commit fc2638fb authored by 张海景's avatar 张海景

update:修改下达问题

parent c4d0d487
......@@ -570,7 +570,7 @@ export default {
this.$modal
.confirm('是否确认下达生产?')
.then( ()=> {
if(!(this.ids&this.ids.length > 0)){
if(!(this.ids&&this.ids.length > 0)){
this.$modal.msgError("请至少选择一条数据")
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