从form中去掉blEntering属性
This commit is contained in:
parent
3899cfa5da
commit
db3df70c88
@ -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