From 62b606314f8530c4e42d98ad7ef9c6e9eceb00d8 Mon Sep 17 00:00:00 2001 From: wanshenmean <cathay_xy@163.com> Date: 星期四, 10 四月 2025 16:01:44 +0800 Subject: [PATCH] 线体实盘空盘添加任务 --- 代码管理/NEWCode/WIDESEAWCS_PDA/pages/叫料/负极叫料.vue | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\350\264\237\346\236\201\345\217\253\346\226\231.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\350\264\237\346\236\201\345\217\253\346\226\231.vue" index 5700a5e..7dbaea3 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\350\264\237\346\236\201\345\217\253\346\226\231.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_PDA/pages/\345\217\253\346\226\231/\350\264\237\346\236\201\345\217\253\346\226\231.vue" @@ -92,23 +92,6 @@ } }, submit(cb) { - this.$t.message.loading(); - let formDataParam = { - current: this.current, - size: this.size - }; - // 浣跨敤鍒涙櫤瀹屾暣鎺ュ彛 - this.$u.post('http://192.168.31.240:9090/makerwit/selectKHWareType', null).then(res => { - console.log(res); - this.$t.message.closeLoading(); - cb && cb(); - if (cb != null) this.listData = []; - this.listData = [...this.listData, ...res.data]; - console.log(this.listData); - }).catch((err) => { - this.$t.message.toast(err.message); - }); - }, uni.getStorage({ key: 'storage_key_ipAddress', success: (res) => { -- Gitblit v1.9.3