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:
wuteng 2025-12-08 17:05:55 +08:00
commit 5a00d4d2ad

View File

@ -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("新增成功");