Commit 23881730 authored by knight's avatar knight Committed by wux

需求86 客户投诉页面和列表调整

parent b5c62669
...@@ -581,7 +581,7 @@ export default { ...@@ -581,7 +581,7 @@ export default {
this.title = this.$t('添加客户投诉'); this.title = this.$t('添加客户投诉');
// 判断是否新增还是修改,如果是在客户详情页面进来新增,需要带上客户编号和客户名称 // 判断是否新增还是修改,如果是在客户详情页面进来新增,需要带上客户编号和客户名称
if (!isAdd){ if (!isAdd){
this.form.id = 0; this.form.id = null;
} }
// 新增客诉默认状态为待处理 // 新增客诉默认状态为待处理
this.form.status = 1; this.form.status = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment