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