销售支持 删掉后 保存仍然显示

This commit is contained in:
wuteng 2026-04-10 16:27:44 +08:00
parent a249d79330
commit 1400f6aa8d

View File

@ -479,6 +479,10 @@ export default {
if (valid) { if (valid) {
if (this.form.id != null) { if (this.form.id != null) {
this.form.company=this.form.customerName; this.form.company=this.form.customerName;
//salesSupport 数据转换
if(this.form.salesSupport==""){
this.form.salesSupport=" ";
}
editMonthUser(this.form).then(response => { editMonthUser(this.form).then(response => {
this.$modal.msgSuccess("修改成功"); this.$modal.msgSuccess("修改成功");
this.$emit("on-changed"); this.$emit("on-changed");