Commit 840c8e80 authored by 张伯涛's avatar 张伯涛

修改

parent a09968d4
...@@ -2083,6 +2083,7 @@ export default { ...@@ -2083,6 +2083,7 @@ export default {
delSign(index3) { delSign(index3) {
// if (this.form.SignOptions.length > 1) { // if (this.form.SignOptions.length > 1) {
this.form.SignOptions.splice(index3, 1) this.form.SignOptions.splice(index3, 1)
console.log('我方签约授权人', this.form.SignOptions)
// } // }
}, },
addFKDWXX() { addFKDWXX() {
...@@ -2178,7 +2179,8 @@ export default { ...@@ -2178,7 +2179,8 @@ export default {
} }
} }
} }
if (this.form.SignOptions !== undefined && this.form.SignOptions !== [] && this.form.SignOptions.length > 0) { console.log('保存时我方签约授权人', this.form.SignOptions)
if (this.form.SignOptions !== undefined) {
this.form.PARTIESAUTHORIZED = this.form.PARTIESAUTHORIZED =
this.form.SignOptions.map(item => item.signName + '(' + item.sianID + ')').join(',') this.form.SignOptions.map(item => item.signName + '(' + item.sianID + ')').join(',')
} }
......
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