update:更新修改引入路径
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
:close-on-click-modal="false"
|
||||
@close="closeFun"
|
||||
>
|
||||
|
||||
<!-- <Dialog
|
||||
<!-- <Dialog
|
||||
v-model="visible"
|
||||
:diaTitle="`${currentRow?.id ? '编辑' : '新增'}应用`"
|
||||
:width="'25%'"
|
||||
@@ -29,21 +28,19 @@
|
||||
<el-button type="primary" @click="submitFun">确定</el-button>
|
||||
</div>
|
||||
</template>
|
||||
<!-- </Dialog> -->
|
||||
|
||||
<!-- </Dialog> -->
|
||||
</el-drawer>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, watch, nextTick, onMounted } from 'vue';
|
||||
import { ref, nextTick, onMounted } from 'vue';
|
||||
import TableForm from '@/components/common/table/tableForm.vue';
|
||||
import appNameBg from '@/views/task/appCenter/components/appNameBg.vue';
|
||||
import appNameBg from './appNameBg.vue';
|
||||
import html2canvas from 'html2canvas';
|
||||
import { dataUploadAvatarApi } from '@/api/data/data';
|
||||
import { delayTime } from '@/utils/common';
|
||||
import { cloneDeep } from 'lodash-es';
|
||||
import Dialog from '@/components/common/dialog/index.vue';
|
||||
|
||||
const props = defineProps(['currentAppInfo', 'tableName']);
|
||||
const emit = defineEmits(['cancel', 'submit']);
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, watch, reactive, onMounted } from 'vue';
|
||||
import appNameBg from '@/views/task/appCenter/components/appNameBg.vue';
|
||||
import appNameBg from './appNameBg.vue';
|
||||
import addConfig from './addConfig.vue';
|
||||
import {
|
||||
addApplicationConfigApi,
|
||||
|
||||
Reference in New Issue
Block a user