feat: 暂存

pull/62/head
刘释隆 1 year ago
parent 15dd6ce13b
commit 1e175e2647

@ -233,6 +233,10 @@ function unFavoriteHandler(event: MouseEvent, item) {
}
}
const handleScroll= (event)=>{
console.log(event)
}
const moveEnd = () => {
unData.value.map((v, index) => {
sort(v.id, index);
@ -291,7 +295,7 @@ const moveEnd = () => {
</n-form-item>
</n-form>
<ul ref="el" class="wrapper-left-list">
<ul ref="el" class="wrapper-left-list" @scroll="handleScroll">
<li
v-for="(item, index) in data"
:key="index"

@ -36,7 +36,7 @@ function showModal(id) {
async function getDetail(id) {
// const userInfo = storage.get(CURRENT_USER);
// const nodeType = userInfo.nodeType;
// id = "264626184091111068";
// id = "264627119490116380";
const res = await aiApprovaltools({ taskid: id });
if (res.code === "OK") {
state.detail = res.data;

Loading…
Cancel
Save