eight
2024-09-10 08c5612cb1bfc239428b5bb1bf073b62eda012cd
src/views/ecg/doctor/components/DevDismantlePanel.vue
ÎļþÃû´Ó src/views/ecg/doctor/components/DevRentPanel.vue ÐÞ¸Ä
@@ -40,7 +40,6 @@
      </el-form-item>
    </el-form>
    <el-button @click="submitForm" type="primary" :disabled="formLoading">装机</el-button>
    <el-button @click="submitDismantleForm" type="primary" :disabled="formLoading">拆机</el-button>
    <el-button @click="dialogVisible = false">取 æ¶ˆ</el-button>
</template>
@@ -131,10 +130,6 @@
  } finally {
    formLoading.value = false
  }
}
const submitDismantleForm = async () => {
}
/** é‡ç½®è¡¨å• */