mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
员工详情重置密码bug
This commit is contained in:
parent
23aea8245c
commit
005aa3c4bb
@ -290,7 +290,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($that.addFeeConfigInfo.paymentCd != '1200') { //如果不是预付费
|
if ($that.addFeeConfigInfo.paymentCd != '1200') { //如果不是预付费
|
||||||
$that.addFeeConfigInfo.prepaymentPeriod = '';
|
$that.addFeeConfigInfo.prepaymentPeriod = '0';
|
||||||
}
|
}
|
||||||
//收费项目去空
|
//收费项目去空
|
||||||
$that.addFeeConfigInfo.feeName = $that.addFeeConfigInfo.feeName.trim();
|
$that.addFeeConfigInfo.feeName = $that.addFeeConfigInfo.feeName.trim();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user