Merge pull request '从form中去掉blEntering属性' (#163) from master-dev into master
Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/163
This commit is contained in:
commit
5a00d4d2ad
@ -912,7 +912,9 @@ export default {
|
||||
this.form.updateByName = null;
|
||||
this.form.updateSite = null;
|
||||
this.form.updateSiteName = null;
|
||||
}
|
||||
//从form中去掉blEntering属性
|
||||
delete this.form.blEntering;
|
||||
}
|
||||
let res=await addAllEmisTmsSiteBatch(this.form);
|
||||
this.isDoing=false;
|
||||
this.$modal.msgSuccess("新增成功");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user