合并
This commit is contained in:
@ -337,7 +337,7 @@ const encryptChange = (row: Ys7DeviceVO | any) => {
|
||||
|
||||
//监听项目id刷新数据
|
||||
const listeningProject = watch(
|
||||
() => currentProject.value.id,
|
||||
() => currentProject.value?.id,
|
||||
(nid, oid) => {
|
||||
tableData.value.param.projectId = nid;
|
||||
initTableData();
|
||||
|
||||
Reference in New Issue
Block a user