This commit is contained in:
姚宇浩 2024-05-28 09:05:28 +08:00
parent 1833dd9bbd
commit 82272eced9
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ watch(
() => props.dialogShow,
(newVal, oldVal) => {
dialogShow.value = newVal;
data.tableData = props.tableData;
// data.tableData = props.tableData;
data.columns = props.columns;
}
);