commit
This commit is contained in:
@@ -346,6 +346,7 @@ export default defineComponent({
|
||||
}else{
|
||||
params = 'MalePosition'
|
||||
}
|
||||
|
||||
Https.axiosGet(Https.httpUrls.workspaceenumValues,{params:{enumName:params}}).then((rv: any) => {
|
||||
if (rv) {
|
||||
let arr:any = []
|
||||
@@ -356,6 +357,8 @@ export default defineComponent({
|
||||
}
|
||||
arr.push(obj)
|
||||
});
|
||||
(this.$refs.Generate as any).sketchCatecoryList = arr
|
||||
(this.$refs.Material as any).disignTypeList = arr
|
||||
|
||||
this.sketchCatecoryList = arr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user