|
@@ -108,9 +108,9 @@ export default {
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
methods:{
|
|
methods:{
|
|
|
- onSuccess(res) {
|
|
|
|
|
|
|
+ /*onSuccess(res) {
|
|
|
this.attachmentids = res.data.attachmentids
|
|
this.attachmentids = res.data.attachmentids
|
|
|
- },
|
|
|
|
|
|
|
+ },*/
|
|
|
onShow(){
|
|
onShow(){
|
|
|
this.dialogFormVisible = true
|
|
this.dialogFormVisible = true
|
|
|
console.log(this.$route,'route')
|
|
console.log(this.$route,'route')
|
|
@@ -164,7 +164,6 @@ export default {
|
|
|
this.dialogFormVisible = false
|
|
this.dialogFormVisible = false
|
|
|
},
|
|
},
|
|
|
onSelect(row){
|
|
onSelect(row){
|
|
|
- console.log(row,'row1111')
|
|
|
|
|
this.selectTag = row
|
|
this.selectTag = row
|
|
|
this.form.dataextend.contactsid = row.map(item=>item.sys_phonebookid)
|
|
this.form.dataextend.contactsid = row.map(item=>item.sys_phonebookid)
|
|
|
this.$refs.form.validateField('dataextend.contactsid')
|
|
this.$refs.form.validateField('dataextend.contactsid')
|