sum
This commit is contained in:
@@ -253,7 +253,7 @@ export default {
|
||||
],
|
||||
// upload: [],
|
||||
midiaIds: [],
|
||||
sum: '',
|
||||
sum: null,
|
||||
// 筛选条件
|
||||
girdListIds: [], // 网格id集合
|
||||
deptListIds: [], // 部门id集合
|
||||
@@ -414,7 +414,7 @@ export default {
|
||||
return this.$u.toast('请输入任务名称')
|
||||
}
|
||||
|
||||
if(!this.form.sendScope || !this.sum.length) {
|
||||
if(!this.form.sendScope || this.sum == 0) {
|
||||
return this.$u.toast('请选择发送范围')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user