Commit 65e6b57c authored by 张伯涛's avatar 张伯涛

修改

parent cf1777d5
......@@ -1870,6 +1870,9 @@ export default {
this.addLoading = true
this.form.ZAWARDMAINAME = this.ZBZTList.map(item => item.ZBPNAME_ZH).join(',')
this.form.ZAWARDMAI = this.ZBZTList.map(item => item.ZBP).join(',')
if (this.form.ZCY2NDORG === null) {
this.form.ZCY2NDORG = ''
}
this.form.ZCY2NDORG = this.form.ZCY2NDORG.length ? this.form.ZCY2NDORG.join(',') : ''
const formList = this.form
// form 表单截取部分数据 以便新增或修改
......
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