2023-10-31-2-dist
This commit is contained in:
@@ -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);
|
||||
},
|
||||
//改变页码
|
||||
|
||||
Reference in New Issue
Block a user