修改客户维护关系

This commit is contained in:
sk1551 2021-03-17 15:35:19 +08:00
parent 2c51451859
commit f10c6d7ce5

View File

@ -543,7 +543,7 @@ export default {
createTime: undefined, createTime: undefined,
gbtime: undefined, gbtime: undefined,
}; };
this.selectedOptions = ["", ""]; this.selectedOptions = new Array();
this.resetForm("form"); this.resetForm("form");
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */