Commit 0b5e32dc authored by denghr's avatar denghr

用户列表

parent 4d32206c
......@@ -945,7 +945,7 @@
* @param formName
*/
saveMember(formName) {
if(this.userMembershipInformation.totalNumber<this.userMembershipInformation.rentFreeDays){
if(Number(this.userMembershipInformation.totalNumber)<Number(this.userMembershipInformation.rentFreeDays)){
this.$notify({
title: '警告',
message: '剩余天数不能大于总天数',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment