Commit d44256a2 authored by 张伯涛's avatar 张伯涛

修改

parent 0bd23c52
...@@ -2275,7 +2275,7 @@ export default { ...@@ -2275,7 +2275,7 @@ export default {
if (this.form.SignOptions === undefined) { if (this.form.SignOptions === undefined) {
this.$set(this.form, 'SignOptions', []) this.$set(this.form, 'SignOptions', [])
} }
console.log('看看看看', this.form.SignOptions) console.log('看看看看a', this.form.SignOptions)
this.form.SignOptions.push({ signName: '', sianID: '' }) this.form.SignOptions.push({ signName: '', sianID: '' })
}, },
delSign(index3) { delSign(index3) {
......
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