Lou
2024-01-31 b1942d99f0d3c9c5bde5cbb9f3364dd07fbd2cc4
subPackage/workbench/views/cscj.vue
@@ -910,12 +910,14 @@
            this.nineTypeIndex = e.indexs;
            this.nineTypeValue = e.value[0].name;
            this.form.nineType = e.value[0].value;
            this.showNineTypePicker = false;
         },
         confirmFrontTypePicker(e) {
            this.frontTypeIndex = e.indexs;
            this.frontTypeValue = e.value[0].name;
            this.form.frontType = e.value[0].value;
            this.showFrontTypePicker = false;
         },
         async changeHandler(e) {