优化系统相应bug

This commit is contained in:
wuxw 2022-12-20 15:30:10 +08:00
parent ece055ef99
commit 9ec7b0a84c
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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", {