|
|
@@ -8,8 +8,8 @@
|
|
|
</div>
|
|
|
<div class="input">
|
|
|
<span>资源类型</span>
|
|
|
- <a-select allowClear @change="handleTypeChange" v-model:value="selectTypeValue" style="width: 200px"
|
|
|
- :options="typeOptions"></a-select>
|
|
|
+ <!-- <a-select allowClear v-model:value="selectTypeValue" style="width: 200px" :options="typeOptions"></a-select> -->
|
|
|
+ <a-select allowClear @change="handleTypeChange" v-model:value="selectTypeValue" style="width: 200px" :options="typeOptions"></a-select>
|
|
|
</div>
|
|
|
<div class="input" v-if="selectTypeValue != 'SR'">
|
|
|
<span>应用系统</span>
|