You need to sign in or sign up before continuing.
hookehuyr

fix data_id查询数据错误,提交按钮隐藏

<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-06-17 11:19:43
* @LastEditTime: 2024-06-17 14:58:40
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
......@@ -452,6 +452,9 @@ onMounted(async () => {
}
});
}
if (!history_data) {
PCommit.value.visible = false; // 查询数据错误,提交按钮隐藏
}
}
// TAG: mock数据
......