mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化系统相应bug
This commit is contained in:
parent
ece055ef99
commit
9ec7b0a84c
@ -155,7 +155,7 @@
|
||||
};
|
||||
|
||||
//发送get请求
|
||||
vc.http.apiGet('resourceStore.listResourceStoreSpecifications',
|
||||
vc.http.apiGet('/resourceStore.listResourceStoreSpecifications',
|
||||
param,
|
||||
function(json, res) {
|
||||
var _allocationUserStorehouseManageInfo = JSON.parse(json);
|
||||
|
||||
@ -26,9 +26,9 @@
|
||||
_changeScheduleType: function(_customChage) {
|
||||
if (_customChage) {
|
||||
$that.editScheduleClassesInfo.days = [];
|
||||
$that.editScheduleClassesInfo.scheduleCycle = 1;
|
||||
}
|
||||
|
||||
$that.editScheduleClassesInfo.scheduleCycle = 1;
|
||||
|
||||
if ($that.editScheduleClassesInfo.scheduleType == '1001') {
|
||||
vc.emit("scheduleClassesDayInfo", "notify", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user