update getCode逻辑

This commit is contained in:
lb
2023-08-03 15:03:59 +08:00
parent 1299ebd0c9
commit 7c665484a7
2 changed files with 42 additions and 17 deletions

View File

@@ -52,7 +52,14 @@
// }
},
],
[{ input: true, label: '检测类型编码', prop: 'code' }],
[
{
input: true,
label: '检测类型编码',
prop: 'code',
url: '/base/quality-inspection-type/getCode',
},
],
[{ input: true, label: '备注', prop: 'remark' }],
]" />
</base-dialog>