fix:原料检验去除switch的change方法

This commit is contained in:
shijing 2025-03-10 11:10:59 +08:00
parent bcbca918e3
commit 4ac169266d
1 changed files with 0 additions and 1 deletions

View File

@ -865,7 +865,6 @@
:disabled="!scope.row.isEdit" :disabled="!scope.row.isEdit"
v-model="scope.row[item.defect_name]" v-model="scope.row[item.defect_name]"
style="--el-switch-on-color: red" style="--el-switch-on-color: red"
@change="switchChange(scope.row, item)"
></el-switch> ></el-switch>
</template> </template>
</el-table-column> </el-table-column>