mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化bug
This commit is contained in:
parent
3a2ed6e76b
commit
9ae3888cc0
@ -54,7 +54,7 @@
|
||||
param.params.acceptUserId = param.params.acceptUserId.trim();
|
||||
param.params.acceptUserName = param.params.acceptUserName.trim();
|
||||
//发送get请求
|
||||
vc.http.apiGet('resourceStore.listAllocationUserStorehouses',
|
||||
vc.http.apiGet('/resourceStore.listAllocationUserStorehouses',
|
||||
param,
|
||||
function(json, res) {
|
||||
var _allocationUserStorehouseManageInfo = JSON.parse(json);
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
_changeScheduleType: function() {
|
||||
|
||||
$that.addScheduleClassesInfo.days = [];
|
||||
|
||||
$that.addScheduleClassesInfo.scheduleCycle = 1;
|
||||
if ($that.addScheduleClassesInfo.scheduleType == '1001') {
|
||||
vc.emit("scheduleClassesDayInfo", "notify", {
|
||||
scheduleCycle: $that.addScheduleClassesInfo.scheduleCycle,
|
||||
|
||||
@ -28,6 +28,8 @@
|
||||
$that.editScheduleClassesInfo.days = [];
|
||||
}
|
||||
|
||||
$that.editScheduleClassesInfo.scheduleCycle = 1;
|
||||
|
||||
if ($that.editScheduleClassesInfo.scheduleType == '1001') {
|
||||
vc.emit("scheduleClassesDayInfo", "notify", {
|
||||
scheduleCycle: $that.editScheduleClassesInfo.scheduleCycle,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user