@ -577,7 +577,7 @@
vm.allFee = vm.sub(vm.allFee, vm.templateDetail[index].expense)
},
createRehabilitationPlan: function() {
if(!this.allFee) {
if(!Number(this.allFee)) {
showWarningMessage("请选择计划时间!")
return false;
}