员工详情重置密码bug

This commit is contained in:
wuxw 2024-01-11 18:05:09 +08:00
parent 23aea8245c
commit 005aa3c4bb

View File

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