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