lxp
2025-03-14 38f01dc619fb9b7326abc345a216793750758c9a
src/views/CNAS/resourceDemand/device/component/borrow.vue
@@ -58,7 +58,7 @@
              </el-col>
              <el-col :span="12">
                <el-form-item label="借用人联系方式:" prop="borrowerContactInformation" label-width="150px">
                  <el-input v-model="form.borrowerContactInformation" size="small"></el-input>
                  <el-input v-model="form.borrowerContactInformation" :disabled="currentStep > 0" size="small"></el-input>
                </el-form-item>
              </el-col>
              <el-col :span="12">
@@ -341,7 +341,7 @@
    // 监听点击el-tree的数据,进行数据刷新
    clickNodeVal(newVal) {
      if (newVal.value) {
        thisqueryParams.deviceId = this.clickNodeVal.value
        this.queryParams.deviceId = this.clickNodeVal.value
        this.refreshTable()
      }
    },