This commit is contained in:
shijingjing
2023-03-06 10:45:04 +08:00
parent 8d1ded1251
commit f476e7b913
2 changed files with 2 additions and 3 deletions

View File

@@ -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('请选择发送范围')
}

View File

@@ -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) {