浏览代码

判断布尔值

linehang 6 年之前
父节点
当前提交
a0e7a28641
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/recover/html/new_recover.html

+ 1 - 1
app/recover/html/new_recover.html

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