|
@@ -171,7 +171,7 @@ const selectData = ref({
|
|
|
|
|
|
const getWbsTreeList = async () => {
|
|
const getWbsTreeList = async () => {
|
|
isLoading.value = true
|
|
isLoading.value = true
|
|
-
|
|
|
|
|
|
+ rightLoading.value = true
|
|
const type = templateType.value
|
|
const type = templateType.value
|
|
const { data } = await mainApi.findWbsTreeList(type)
|
|
const { data } = await mainApi.findWbsTreeList(type)
|
|
|
|
|