diff --git a/src/pages/repair/equipAssessment/batch-repair.vue b/src/pages/repair/equipAssessment/batch-repair.vue
index 1c8283a..c805074 100644
--- a/src/pages/repair/equipAssessment/batch-repair.vue
+++ b/src/pages/repair/equipAssessment/batch-repair.vue
@@ -138,7 +138,7 @@ import {
saveLossAssessmentRow
} from '@/services/repair/equipAssessment.js'
import { baseURL } from '@/utils/http'
-import treeSelect from '../tree-select/tselectTwo.vue'
+import treeSelect from '../tree-select/tselectTwo2.vue'
import { onLoad } from '@dcloudio/uni-app'
import PreviewImg from '@/components/PreviewImg/index.vue'
import { decryptWithSM4, encryptWithSM4, hashWithSM3AndSalt } from '@/utils/sm'
@@ -284,7 +284,7 @@ const onCameraSuccessFj = (file) => {
const uploadSignUrlFj = (file) => {
const base64Data = file
- uni.request({
+ uni.request({
url: '/file/uploadBase64',
method: 'POST',
data: {
@@ -462,7 +462,7 @@ const saveCodeApi = async () => {
partPrice: partItems.value[j].partPrice,
})
}
-
+
// 设置维修类型为1
rowData.value.repairDeviceList[i].repairType = 1;
}
diff --git a/src/pages/repair/equipAssessment/num-operate.vue b/src/pages/repair/equipAssessment/num-operate.vue
index 4b35d06..9212b6d 100644
--- a/src/pages/repair/equipAssessment/num-operate.vue
+++ b/src/pages/repair/equipAssessment/num-operate.vue
@@ -220,7 +220,7 @@ import {
saveLossAssessmentRow
} from '@/services/repair/equipAssessment.js'
import { baseURL } from '@/utils/http'
-import treeSelect from '../tree-select/tselectTwo.vue';
+import treeSelect from '../tree-select/tselectTwo2.vue';
import { onLoad } from '@dcloudio/uni-app'
import { decryptWithSM4, encryptWithSM4, hashWithSM3AndSalt } from '@/utils/sm'
import PreviewImg from '@/components/PreviewImg/index.vue'
diff --git a/src/pages/repair/repairManage/batch-repair.vue b/src/pages/repair/repairManage/batch-repair.vue
index 5eb2068..f981ea1 100644
--- a/src/pages/repair/repairManage/batch-repair.vue
+++ b/src/pages/repair/repairManage/batch-repair.vue
@@ -139,7 +139,7 @@ import {
getPartItemApi,
} from '@/services/repair/repair.js'
import { baseURL } from '@/utils/http'
-import treeSelect from '../tree-select/tselectTwo.vue'
+import treeSelect from '../tree-select/tselectTwo2.vue'
import { onLoad,onShow } from '@dcloudio/uni-app'
import PreviewImg from '@/components/PreviewImg/index.vue'
import { decryptWithSM4, encryptWithSM4, hashWithSM3AndSalt } from '@/utils/sm'
diff --git a/src/pages/repair/repairManage/code-operate.vue b/src/pages/repair/repairManage/code-operate.vue
index 192624a..4173b97 100644
--- a/src/pages/repair/repairManage/code-operate.vue
+++ b/src/pages/repair/repairManage/code-operate.vue
@@ -280,7 +280,7 @@ import {
getPartItemApi,
} from '@/services/repair/repair.js'
import { baseURL } from '@/utils/http'
-import treeSelect from '../tree-select/tselectTwo.vue'
+import treeSelect from '../tree-select/tselectTwo2.vue'
import { onLoad,onShow } from '@dcloudio/uni-app'
import { decryptWithSM4, encryptWithSM4, hashWithSM3AndSalt } from '@/utils/sm'
import PreviewImg from '@/components/PreviewImg/index.vue'
diff --git a/src/pages/repair/repairManage/num-operate.vue b/src/pages/repair/repairManage/num-operate.vue
index 5b24b6b..bff01f4 100644
--- a/src/pages/repair/repairManage/num-operate.vue
+++ b/src/pages/repair/repairManage/num-operate.vue
@@ -277,7 +277,7 @@ import {
saveRepairRow,
getScrapReasonList
} from '@/services/repair/repair.js'
-import treeSelect from '../tree-select/tselectTwo.vue';
+import treeSelect from '../tree-select/tselectTwo2.vue';
import {onLoad, onShow} from '@dcloudio/uni-app'
import { decryptWithSM4, encryptWithSM4, hashWithSM3AndSalt } from '@/utils/sm'
import PreviewImg from '@/components/PreviewImg/index.vue'
diff --git a/src/pages/repair/tree-select/tree/tree2.vue b/src/pages/repair/tree-select/tree/tree2.vue
new file mode 100644
index 0000000..ebd9995
--- /dev/null
+++ b/src/pages/repair/tree-select/tree/tree2.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+ {{ node[defaultProps.label] }}
+
+
+ ({{ node.storageNum }})
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/repair/tree-select/tselectTwo2.vue b/src/pages/repair/tree-select/tselectTwo2.vue
new file mode 100644
index 0000000..ee6d30e
--- /dev/null
+++ b/src/pages/repair/tree-select/tselectTwo2.vue
@@ -0,0 +1,296 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无数据...
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file