mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 15:29:37 +08:00
加入提示
加入未选单位提示
This commit is contained in:
parent
d397749fbf
commit
f0f0bb0c8e
@ -260,14 +260,14 @@ Page({
|
||||
});
|
||||
return;
|
||||
}
|
||||
// if (_this.data.detail.orderName == '') {
|
||||
// // 错误提示
|
||||
// Notify({
|
||||
// type: 'danger',
|
||||
// message: '无队名单位!'
|
||||
// });
|
||||
// return;
|
||||
// }
|
||||
if (_this.data.detail.depName == '' || _this.data.detail.depId == '') {
|
||||
// 错误提示
|
||||
Notify({
|
||||
type: 'danger',
|
||||
message: '请选择单位!'
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (!_this.data.detail.orderUser || _this.data.detail.orderUser === '') {
|
||||
// 错误提示
|
||||
Notify({
|
||||
@ -351,7 +351,7 @@ Page({
|
||||
onShow() {
|
||||
console.log('onShow');
|
||||
let _this = this
|
||||
console.log(this.data)
|
||||
// console.log(this.data)
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user