产品类型管理,复制不含修改人网点数据
This commit is contained in:
parent
87e54adf0c
commit
77dee9877a
@ -330,6 +330,11 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
if(this.isCopy){
|
if(this.isCopy){
|
||||||
this.form.id = null;
|
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 => {
|
addEmisTransProduct(this.form).then(response => {
|
||||||
this.$modal.msgSuccess("新增成功");
|
this.$modal.msgSuccess("新增成功");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user