销售支持 删掉后 保存仍然显示
This commit is contained in:
parent
a249d79330
commit
1400f6aa8d
@ -479,6 +479,10 @@ export default {
|
||||
if (valid) {
|
||||
if (this.form.id != null) {
|
||||
this.form.company=this.form.customerName;
|
||||
//salesSupport 数据转换
|
||||
if(this.form.salesSupport==""){
|
||||
this.form.salesSupport=" ";
|
||||
}
|
||||
editMonthUser(this.form).then(response => {
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
this.$emit("on-changed");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user