Commit 14bb1c48 authored by 左玲玲's avatar 左玲玲 😬

1657

parent b0263236
......@@ -129,8 +129,8 @@ function getcolumns(ifs, actionRef) {
unCheckedChildren="停用"
checked={row?.status == 1}
disabled={row?.statusChangeable == 1 ? false : true}
onChange={(flag) => {
if (flag) {
onChange={() => {
if (row?.status == 1) {
doFetch({
url: '/lease/umEquipmentSupplier/startStop',
params: { id: row.id, status: '0' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment