2023-10-31-2-dist

This commit is contained in:
X1627315083
2023-10-31 16:04:40 +08:00
parent 4bc10f121a
commit 5d89e3c007
19 changed files with 425 additions and 217 deletions

View File

@@ -84,6 +84,7 @@ import { Https } from "@/tool/https";
import { message } from 'ant-design-vue';
import { useStore } from "vuex";
import GO from '@/tool/GO';
import { useI18n } from 'vue-i18n';
export default defineComponent({
props: ["msg",'disignTypeList'],
@@ -103,6 +104,8 @@ export default defineComponent({
// ])
let workspace:any = ref({})
let {t} = useI18n()
return{
myMaterialModalShow,
imgList,
@@ -115,7 +118,8 @@ export default defineComponent({
searcMaterialhName,
designType,
// disignTypeList,
workspace
workspace,
t
}
},
data (prop) {
@@ -259,6 +263,7 @@ export default defineComponent({
this.imgList.forEach((v:any)=>{
v.categoryShow = false
})
imgData.jsContent1 = this.t('uploadFile.jsContent1')
this.store.commit("addGenerateMaterialFils", imgData);
},
//改变页码