Merge remote-tracking branch 'origin/develop' into develop

# Conflicts:
#	src/views/projectcenter/TaskPage.vue
This commit is contained in:
yuping
2023-03-07 17:46:05 +08:00
9 changed files with 24 additions and 12 deletions

View File

@@ -1299,7 +1299,7 @@
v-if="docChecked == true"
v-model:file-list="fileList"
name="file"
:action="baseUrl + '/file/uploadunlimit'"
:action="uploadAction"
@change="handleChange"
>
<span
@@ -2255,7 +2255,6 @@ export default {
const store = useStore();
const route = useRoute();
const state = reactive({
baseUrl : process.env.VUE_APP_BASE_API,
createId: "",
permissions: "",
screenHeight: document.body.clientHeight,
@@ -2745,6 +2744,7 @@ export default {
ImpoterGroupLeaderV: false, //导入小组长抽屉
certificatelist: [],
fileUrl: process.env.VUE_APP_FILE_PATH,
uploadAction: process.env.VUE_APP_BASE_API + '/file/uploadunlimit'
});
// 排行榜 - start
// 积分排行榜 Top10