界面修改

master
杨万里 2 years ago
parent e2a32d425e
commit 2014a0aff4

@ -251,7 +251,7 @@ const resetQuery = () => {
/** 多选框选中数据 */
function handleSelectionChange(selection) {
ids.value = selection.map(item => item.id);
ids.value = selection.map(item => item.carLicense);
single.value = selection.length !== 1;
multiple.value = !selection.length;
}
@ -311,7 +311,7 @@ function submitForm() {
function handleDelete(row) {
const postIds = row.id || ids.value;
proxy.$modal.confirm(t('option.confirmDeletion', {
key: t('baseCar.car.companyCode'), value: postIds
key: t('baseCar.car.carLicense'), value: postIds
})).then(function () {
return delBaseCar(postIds);
}).then(() => {

Loading…
Cancel
Save