管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-28 0e2ff3e40f3412e8e8fa9546d54d97985faab68b
资料馆修改
已修改1个文件
32 ■■■■■ 文件已修改
src/views/Archive/index.vue 32 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Archive/index.vue
@@ -966,6 +966,7 @@
      }
    };
    return {
      fromSqlflag: false,
      filedsOption: [],
      condOption: [],
@@ -1063,6 +1064,9 @@
    this.signGetPublicKey();
  },
  methods: {
    getAttachTable() {
    },
    setRestMetaData() {
      this.fromQueryMeta.name = "";
      this.listMetaData.name = this.fromQueryMeta.name;
@@ -1391,15 +1395,21 @@
    },
    //重置
    setQuerAllTablesRefresh() {
      this.formInline = {
        fileName: "",//高级搜索
        dataType: "type2", //数据类型
        category: [], //查询类别,
        item: [],
        depcode: this.depOption[0].code,
        depName: this.depOption[0].name,
        keywords: '',
      }
      // this.formInline = {
      //   fileName: "",//高级搜索
      //   dataType: "type2", //数据类型
      //   category: [], //查询类别,
      //   item: [],
      //   depcode: null, //单位,
      //   depName: null,//单位,
      //   keywords: '',
      // }
      this.formInline.fileName = "";//高级搜索
      this.formInline.category = [];//高级搜索
      this.formInline.item = [];//高级搜索
      this.formInline.depcode = null;//高级搜索
      this.formInline.depName = null;//高级搜索
      this.formInline.keywords = "";//高级搜索
      this.getAllTabesData();
    },
    handleSelectionChange() {
@@ -1796,8 +1806,8 @@
        return this.$message.error('单位列表获取失败');
      }
      this.depOption = this.treeData(data.result);
      this.formInline.depcode = this.depOption[0].code
      this.formInline.depName = this.depOption[0].name;
      // this.formInline.depcode = this.depOption[0].code
      // this.formInline.depName = this.depOption[0].name;
      this.getAllTabesData();
    },
    //树列表生成