王旭
2022-10-09 1992296129f04cfb206a34d254b9c251199a8c5b
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('列表调用失败');
      }