|
|
@ -178,7 +178,7 @@ export default { |
|
|
|
this.$refs['dataForm'].clearValidate() |
|
|
|
}) |
|
|
|
this.dialogStatus = 'add' |
|
|
|
this.viewTitle = '【新增】销售政策管理' |
|
|
|
this.viewTitle = '【新增】销售政策申请' |
|
|
|
}, |
|
|
|
showEdit(sid) { |
|
|
|
this.$nextTick(() => { |
|
|
@ -186,7 +186,7 @@ export default { |
|
|
|
}) |
|
|
|
this.temp.sid = sid |
|
|
|
this.dialogStatus = 'edit' |
|
|
|
this.viewTitle = '【编辑】销售政策管理' |
|
|
|
this.viewTitle = '【编辑】销售政策申请' |
|
|
|
console.log('编辑页面', sid) |
|
|
|
fetchSid(sid).then((response) => { |
|
|
|
if (response.code) { |
|
|
|