From f90fbbc76d23340e4568dd4dadbab5f7f02a030f Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期一, 24 三月 2025 14:49:24 +0800 Subject: [PATCH] 3.24功能新增 --- 项目代码/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue" index a1b9d84..8118f15 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/TheCurrentJob/Thecurrentjob.vue" @@ -114,6 +114,7 @@ <div style="margin-top: 1rem; height: 100%"> <!-- 鏈烘 --> <el-table + empty-text="鏆傛棤鏁版嵁" v-if="isactive == '鏈烘'" height="450" :data="tableData" @@ -261,6 +262,7 @@ <!-- 鐢垫皵 --> <el-table + empty-text="鏆傛棤鏁版嵁" height="450" v-if="isactive == '鐢垫皵'" :data="tableData" @@ -408,6 +410,7 @@ <!-- 鍦版矡 --> <el-table + empty-text="鏆傛棤鏁版嵁" height="450" v-if="isactive == '鍦版矡'" :data="tableData" @@ -795,8 +798,10 @@ const TTnum = ref(0); //椤甸潰鏁� const pageTotal = ref(0); -//纭棰嗗彇 +//纭棰嗗彇/纭褰掕繕 const claim = (val, num) => { + console.log(val, num); + claimdata.value.id = val.njtakeid; claimdata.value.gruops = isactive.value; GetSleeveandStep(claimdata.value.gruops).then((res) => { @@ -820,7 +825,6 @@ }; //鏀瑰彉鐘舵�� const changeStatus = () => { - console.log(claimdata.value); ChangeStatus(claimdata.value).then((res) => { ElMessage({ message: "鎴愬姛", -- Gitblit v1.9.3