src/views/datamanage/versionManage.vue
@@ -307,9 +307,8 @@ this.listData.name = this.ruleForm.name; this.listData.depName = this.$store.state.verCateNode.name; console.log(this.listData); const data = await select_Ver_ByPageAndCount(this.listData); console.log(data); if (data.code != 200) { this.$message.error('列表调用失败'); }