科研生产tab2
This commit is contained in:
@ -124,7 +124,9 @@ export default {
|
||||
method: 'get',
|
||||
}).then(res=> {
|
||||
if (200 == res.code) {
|
||||
this.val = res.data[0];
|
||||
if(res.data[0] != undefined) {
|
||||
this.val = res.data[0];
|
||||
}
|
||||
this.$refs.seamlessScroll.reset();
|
||||
} else {
|
||||
this.$message.error(res.msg);
|
||||
|
Reference in New Issue
Block a user