添加公司名称并添加下拉列表展示

This commit is contained in:
熊丽君
2021-09-15 11:17:56 +08:00
parent 561091693b
commit c30f24b3f3
5 changed files with 87 additions and 15 deletions

View File

@ -236,6 +236,7 @@ export default {
});
this.form.labelIdList = ids;
updateCompanyUser(this.form).then(({ message }) => {
store.commit('SET_COMNAME', this.form.companyName);
this.msgSuccess(message);
this.getUserInfo();
});