master
fanluyan 2 years ago
commit eb55ba4bf0

@ -119,6 +119,7 @@ export default {
pageSize: 10, // pageSize: 10, //
total: 0, // total: 0, //
loading: false, loading: false,
signtype: 0, //0
}; };
}, },
mounted() { mounted() {
@ -127,7 +128,6 @@ export default {
new Date().getTime(), new Date().getTime(),
]); ]);
this.getSearchdy(); this.getSearchdy();
this.getPicData();
}, },
methods: { methods: {
// //
@ -168,6 +168,10 @@ export default {
this.tdOptions = res.data.list; this.tdOptions = res.data.list;
this.formdata.channelid = this.formdata.channelid =
res.data.list == [] ? "" : res.data.list[0].id; res.data.list == [] ? "" : res.data.list[0].id;
if (this.signtype == 0) {
this.getPicData();
}
this.signtype = 1;
}) })
.catch((err) => {}); .catch((err) => {});
}, },

Loading…
Cancel
Save