瀏覽代碼

添加详情功能

sujunling 2 年之前
父節點
當前提交
3d1cd9a232
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/authorize/empower/index.vue

+ 3 - 2
src/views/authorize/empower/index.vue

@@ -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>
@@ -83,6 +83,7 @@ import moment from 'moment';
 import { session } from '/@/utils/Memory';
 import { queryTaskInfoPage, queryTaskYbInfoPage } from '/@/api/resource/examine';
 import { getAppDesign } from '/@/api/oem';
+import { useRouter } from 'vue-router'
 import MapResourceUpload from '/@/views/dataAdmin/dataAdmin/mapUpload/MapSourceModal.vue';
 import FileResourceUpload from '/@/views/dataAdmin/dataAdmin/fileResourceUpload/AddMethod.vue';
 import SceneResourceUpload from '/@/views/dataAdmin/dataAdmin/sceneResourceUpload/AddMethod.vue';