田源
2023-12-19 b8b04115d5ac7bc9bc2ce17c0e60f67a11c2ffac
Source/UBCS-WEB/src/views/modeling/status.vue
@@ -123,12 +123,12 @@
        this.selectRowData = row;
      },
      applyRangeSearch(){
        console.log(this.selectRow);
        if (!this.selectRow){
        if (this.selectRow === ''){
          this.$message({
            type:"warning",
            message: "请先选择属性"
          })
          return
        }
        getApplyRange(this.selectRowData.id).then(res => {
          this.applyRangeData = res.data.data;