产品类型管理,复制不含修改人网点数据

This commit is contained in:
wuteng 2026-01-09 16:34:59 +08:00
parent 87e54adf0c
commit 77dee9877a

View File

@ -330,6 +330,11 @@ export default {
} else {
if(this.isCopy){
this.form.id = null;
this.form.updateBy = null;
this.form.updateByName = null;
this.form.updateSite = null;
this.form.updateSiteName = null;
this.form.updateTime = null;
}
addEmisTransProduct(this.form).then(response => {
this.$modal.msgSuccess("新增成功");