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('请选择发送范围')
|
||||
}
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ export default {
|
||||
this.selected = uni.getStorageSync('selectDeptUser') || []
|
||||
this.getAllDepts()
|
||||
this.type = o.selectTtype.split('?')[0]
|
||||
// console.log(typeof(this.type));
|
||||
},
|
||||
methods: {
|
||||
isSelected(id, corpId) {
|
||||
|
||||
Reference in New Issue
Block a user