diff --git a/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/fenpeishenhe/collectionrebateallotAdd.vue b/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/fenpeishenhe/collectionrebateallotAdd.vue index 04b1105fd9..dbe1866fb8 100644 --- a/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/fenpeishenhe/collectionrebateallotAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/manufacturerrebates/fenpeishenhe/collectionrebateallotAdd.vue @@ -62,7 +62,7 @@
附件
- +
回款返利分摊车辆列表
@@ -93,6 +93,7 @@ export default { index: 0, tableKey: 0, viewState: 1, + list: [], // 表单数据 formobj: { sid: '', @@ -133,7 +134,7 @@ export default { this.formobj.urls.forEach((e) => { aa.push(e.url) }) - this.formobj.urls = aa + this.list = aa } } }) @@ -200,6 +201,7 @@ export default { urls: [], scmCollectionRebateVehs: [] } + this.list = [] this.submitdisabled = false this.$refs['form_obj'].resetFields() this.$emit('doback')