This commit is contained in:
孟帅
2024-03-08 10:32:07 +08:00
parent 0fbc1ad47c
commit f0bf193077
11 changed files with 12 additions and 14 deletions

View File

@@ -29,7 +29,7 @@
v-for="panel in slavePanels"
:key="panel"
:name="panel"
v-show="slavePanels.length > 0 && slavePanels !== []"
v-show="slavePanels.length > 0"
>
<EditSlaveCell
v-model:value="genInfo"

View File

@@ -342,7 +342,6 @@
negativeText: '取消',
onPositiveClick: () => {
Delete(record).then((_res) => {
console.log('_res:' + JSON.stringify(_res));
message.success('操作成功');
reloadTable();
});