科研生产tab2

This commit is contained in:
hh
2021-12-28 15:32:37 +08:00
parent 8650207191
commit 3570f97443
16 changed files with 4226 additions and 3881 deletions

View File

@ -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);