zhouwx
2025-10-20 71a112b7d78698b7e4df94e6255bf302bf415b35
src/views/build/conpanyFunctionConsult/environment/controlFactors/index.vue
@@ -299,7 +299,7 @@
        type: 'warning',
      })
      .then( async() => {
        const res = await delControl(val.id);
        const res = await delControl(val.id,val.factorDiscernId);
        if(res.code === 200){
          ElMessage({
            type: 'success',