王震
2023-09-25 712b72a5bf70818ae60550a32543b3220e4918f2
src/components/view/self-inspection.vue
@@ -200,10 +200,7 @@
            <el-form-item label="类型">
               <template>
                        <el-select v-model="form.value" placeholder="请选择" @change="edittype" style="width: 100%;">
                     <el-option label="橡胶连接器" :value="0"></el-option>
                     <el-option label="金属连接器" :value="1"></el-option>
                     <el-option label="湿插拔电连接器" :value="2"></el-option>
                     <el-option label="分支组件" :value="3"></el-option>
                     <el-option v-for="(a, ai) in bigType" :key="ai" :value="a"></el-option>
                        </el-select>
                        </template>
            </el-form-item>
@@ -387,17 +384,17 @@
      },
      mounted() {
         this.chooseType()
         this.selectAllleft()
         this.selectAllSelf()
      },
      methods: {
         chooseType() {
            this.$axios.get(this.$api.url.chooseType).then(res => {
               this.bigType = res.data
               this.typeselect = res.data[0]
               console.log(this.typeselect);
               this.search.type = res.data[0]
               this.selectAllTechTem();
               this.selectAllTechNam();
               this.selectAllleft()
               this.selectAllSelf()
            })
         },
          selectDataList() {