|
@@ -47,7 +47,10 @@ export default {
|
|
|
data: () => ({
|
|
|
display: 'none',
|
|
|
topTitle: '对接信息详情',
|
|
|
- intelligentForm: {},
|
|
|
+ intelligentForm: {
|
|
|
+ company: {},
|
|
|
+ when: {},
|
|
|
+ },
|
|
|
charList: {
|
|
|
name: '10',
|
|
|
},
|
|
@@ -72,10 +75,8 @@ export default {
|
|
|
...intelligentFollow(['beforFollow', 'followIntelligent']),
|
|
|
...otheruser(['fetch', 'query']),
|
|
|
async searchInfo() {
|
|
|
- console.log(this.id);
|
|
|
if (this.id) {
|
|
|
const res = await this.dockingSearch({ id: this.id });
|
|
|
- console.log(res);
|
|
|
this.$set(this, `intelligentForm`, res.result[0]);
|
|
|
}
|
|
|
},
|